Hacker News new | ask | show | jobs
by vmchale 1546 days ago
> the result would be something like unsafePerformIO in current Haskell, where it's hard work to ensure that it's used correctly.

Not really, unsafePerformIO has its place - just its not in typical Haskell programs.