Unboxed type
From HaskellWiki
(Difference between revisions)
m (Added stub template to page.) |
|||
| Line 4: | Line 4: | ||
[[Category:Language]] | [[Category:Language]] | ||
| + | |||
| + | |||
| + | {{Template:Stub}} | ||
Revision as of 23:19, 26 February 2006
Unboxed types represent raw values. Unboxed types have kind #.
Note that unboxed types of different storage behaviours (four bytes, eight bytes etc.) are all lumped together under kind #. As a result, type variables must have kinds which are #-free.
This article is a stub. You can help by expanding it.
