In Haskell's standard IO module, bracket_ is defined to have type

    IO a -> (a -> IO b) -> IO c -> IO c

However, in the Exception module in hslibs, bracket_ has type

    IO a -> IO b -> IO c -> IO c

which IMHO is much less useful, not to mention confusing.  Could this
be considered a bug?

-- 
Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig
Sometimes my spirit's empty;
don't have the will to go on.
I wish someone would send me
energy.

Attachment: msg09700/pgp00000.pgp
Description: PGP signature

Reply via email to