Unboxed type

From HaskellWiki
Revision as of 20:39, 25 January 2006 by Ashley Y (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Unboxed types represent raw values. Unboxed types have kind #.

Note that unboxed types of different storage behaviours are all lumped together under kind #. As a result, type variables must have kinds which are #-free.