[Haskell-cafe] Using unboxed integers

Richard A. O'Keefe ok at cs.otago.ac.nz
Wed Nov 2 06:15:12 UTC 2016


import GHC.Base
isTrue# (comparison)
show (I# x#)
worked.  Thank you very much.

This made a barely measurable difference to my program, so I now that
I know how to use unboxed integers, I can forget again.


More information about the Haskell-Cafe mailing list