[Haskell-beginners] Monad problem

Imants Cekusins imantc at gmail.com
Sat Jul 11 18:41:25 UTC 2015


> Many libraries use a monad transformer stack on top of IO rather than a direct IO interface.

Does this mean that they do not perform IO, or do IO but "break out
of" / hide their IO using unsafe or something?

if we tried to call runInstagramT from a regular (non-IO) "do", would
it have worked without runResourceT?


More information about the Beginners mailing list