Y
Hacker News
new
|
ask
|
show
|
jobs
by
IsTom
695 days ago
I'm a little behind times on Haskell (haven't used it for some years) – there always were
extensions
that made it unsound, but the core language was pretty solid.
1 comments
g15jv2dp
695 days ago
Look at the last example in there:
https://counterexamples.org/polymorphic-references.html
link
IsTom
695 days ago
Well, it does use unsafePerformIO. It's not particularly horrible most of the time, but in this case it obviously is.
link