Keith Wansbrough wrote:

>Which brings me to a question: is there a better way to write -inf and
>+inf in Haskell than "-1/0" and "1/0"?

Shouldn't (minBound :: Double) and (maxBound :: Double) work? They don't, but shouldn't they?

-- Ben

_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to