Search code examples
Generate a random string at compile time or run time and use it in the rest of the program...

haskelliotemplate-haskellunsafe-perform-io

Read More
What is the difference between unsafeDupablePerformIO and accursedUnutterablePerformIO?...

haskelliounsafeunsafe-perform-io

Read More
Is it safe to allocate memory within `unsafeDupablePerformIO`?...

haskellmemorymemory-leaksunsafe-perform-io

Read More
Show for IO types...

haskellghciio-monadiorefunsafe-perform-io

Read More
Confusion over IORefs to make a counter...

haskellmonadsiorefunsafe-perform-io

Read More
A way to avoid a common use of unsafePerformIO...

haskellglobal-variablespurely-functionalunsafe-perform-io

Read More
Is Haskell really a purely functional language considering unsafePerformIO?...

haskellfunctional-programmingtype-systemsreferential-transparencyunsafe-perform-io

Read More
Risks of using unsafeperformIO on randomIO...

haskellrandomunsafe-perform-io

Read More
unsafePerformIO and FFI library initialization...

chaskellffiunsafe-perform-io

Read More
Am I abusing unsafePerformIO?...

haskellunsafe-perform-io

Read More
Sampling an MVar, can I avoid unsafePerformIO?...

haskellunsafe-perform-io

Read More
Why no `seq` in `accursedUnutterablePerformIO`?...

haskellghcunsafe-perform-io

Read More
Safe to use unsafeIOToSTM to read from database?...

haskellstmunsafe-perform-io

Read More
Haskell - want global variable from file that doesn't change...

haskellunsafe-perform-io

Read More
(Edited) How to get random number in Haskell without IO...

haskellunsafe-perform-io

Read More
How to wrap unsafe FFI? (Haskell)...

haskellffiunsafe-perform-io

Read More
Immutable data from FFI and unsafePerformIO...

haskellffiunsafe-perform-io

Read More
How to know when an apparently pure Haskell interface hides unsafe operations?...

haskellpurely-functionalunsafe-perform-io

Read More
unsafePerformIO in threaded applications does not work...

multithreadinghaskellunsafe-perform-io

Read More
How do use putStrLn for tracing (Haskell)...

haskellmonadsunsafe-perform-io

Read More
Departmental restriction against unsafePerformIO...

haskellcoding-stylemonadsunsafe-perform-io

Read More
How to write a haskell function without IO in type sig by hiding 'state' changes...

haskellfunctional-programmingmonadsreferential-transparencyunsafe-perform-io

Read More
BackNext