Hacker News new | ask | show | jobs
by accessright 4257 days ago
So basically it is "unsafePerformIO" and "error" that is the problem?

So if you do not use them (which I never do and it is recommended not to) then the problem is not relevant?

2 comments

I think the main problem here is that it's not just you, but also your transitive dependencies.
It seems to me that it would also be any function you import that uses these. Unfortunately, there are a lot of very commonly used functions that use `error`.