[Haskell-beginners] Hints on how to remove unsafePerformIO from my function?

Stephen Tetley stephen.tetley at gmail.com
Mon Jul 19 10:41:31 EDT 2010


How about unsafeInterleaveIO? - You might have to experiment where to
put it, but you shouldn't need the local unstrict definition.

Because it doesn't violate type safety it is considered less heinous
than unsafePerformIO.


More information about the Beginners mailing list