List Question
20 TechQA 2021-08-14T16:07:58.693000Is it possible to introduce extra constraints using e.g. unsafeCoerce?
135 views
Asked by Qqwy
How can unsafePerformIO be used to write unsafeCoerce?
219 views
Asked by dfeuer
Is it safe to allocate memory within `unsafeDupablePerformIO`?
176 views
Asked by kirelagin
Pure conduit for an impure but effectless computation
146 views
Asked by kirelagin
Abusing unsafePerformIO to catch partial functions
108 views
Asked by Silvio Mayolo
What is the difference between unsafeDupablePerformIO and accursedUnutterablePerformIO?
2.4k views
Asked by radrow
Sampling an MVar, can I avoid unsafePerformIO?
199 views
Asked by heisenbug
Why no `seq` in `accursedUnutterablePerformIO`?
454 views
Asked by Demi
Safe to use unsafeIOToSTM to read from database?
269 views
Asked by Philip Kamenarsky
Memoizing an effectful function
216 views
Asked by gallais
Haskell - want global variable from file that doesn't change
343 views
Asked by user1131194
(Edited) How to get random number in Haskell without IO
2.7k views
Asked by arbuztw
How to wrap unsafe FFI? (Haskell)
307 views
Asked by yong
Timeout and unsafePerformIO
237 views
Asked by marcosdumay
Immutable data from FFI and unsafePerformIO
269 views
Asked by Emil Eriksson
Why I can't write a value into the IORef but can read it
388 views
Asked by user2990614
Am I abusing unsafePerformIO?
8.3k views
Asked by Alexander Vieth
Generate a random string at compile time or run time and use it in the rest of the program
5.2k views
Asked by Drew
Risks of using unsafeperformIO on randomIO
1.3k views
Asked by Axel Advento
unsafePerformIO and FFI library initialization
401 views
Asked by J. Abrahamson