[Haskell-cafe] Re: (Chaos) [An interesting toy]
Brandon S. Allbery KF8NH
allbery at ece.cmu.edu
Mon May 7 09:02:04 EDT 2007
On May 7, 2007, at 8:50 , Andrew Coppin wrote:
> recognisable expression involving GHC.Prim.+##. (Anybody know what
> the difference between GHC.Prim.Double# and GHC.Float.Double is?)
> This in spite of the fact that the definition is actually
Double# is an unboxed (raw) double; Double is boxed, meaning indirect
(so it can hold _|_ as a "value").
--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com
system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu
electrical and computer engineering, carnegie mellon university KF8NH
More information about the Haskell-Cafe
mailing list