[Haskell-cafe] Pure Haskell implementation of Float type?

Don Stewart dons at galois.com
Tue Jan 20 19:20:39 EST 2009


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


More information about the Haskell-Cafe mailing list