2010/7/26 Kevin Jardine <kevinjard...@gmail.com>:
> I suspect that things are not quite as difficult as they appear,
> however, but cannot find any tutorials on monadic list manipulation.

I'd suggest that you get as many pure values as possible from impure
world, apply to them easy to use pure functions (list processing, etc)
to get the desired result and, only then, put result back into impure
world.

It is even more exciting because you can create and combine impure
actions as pure values.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to