Y
Hacker News
new
|
ask
|
show
|
jobs
by
tome
4167 days ago
> unsafePerformIO :: IO a -> a on the other hand does make haskell impure when it is used. And it is used in many libraries.
Hmm, does it really? Is 'unsafePerformIO (return 1)' impure?