[Haskell-cafe] Composing monads

Maurí­cio briqueabraque at yahoo.com
Thu Nov 22 13:17:58 EST 2007


Hi,

If I have two computations a->IO b
and b->IO c, can I join them to
get an a->IO c computation? I imagine
something like a liftM dot operator.

Thanks,
Maurício



More information about the Haskell-Cafe mailing list