
20 Jan
2009
20 Jan
'09
7:20 p.m.
catamorphism:
Hello, Is there a pure Haskell implementation of Floats, i.e., one that (unlike GHC.Float) doesn't use foreign calls for things like isFloatNegativeZero? I don't care about performance; I'm just looking for something that doesn't use foreign calls.
Huh, what's the use case? -- Don