|
|
|
|
|
by tome
4141 days ago
|
|
Could you say something about why `unsafePerformIO` is unsafe in the presence of laziness? I know `unsafePerformIO` can be used to violate the type system in combination with `IORef`s, for example, but I don't see what laziness has to do with it. |
|