[Haskell-cafe] NewBinary/ BinMem and IO monad

Marc Weber marco-oweber at gmx.de
Fri May 5 19:42:34 EDT 2006


On Sat, May 06, 2006 at 12:39:46AM +0200, Marc Weber wrote:
> > just add unsafePerformIO:
> great idea!
> In my case I can also use unsafeInterleaveIO or lazyness, can't I?
Of cause I can't. unsafePerformIO is of type IO a -> IO a.

Sorry for posting before thinking ;)

Marc


More information about the Haskell-Cafe mailing list