Proposal: Add concatMapM function (#2042)

Roman Leshchinskiy rl at cse.unsw.edu.au
Fri Feb 1 03:03:36 EST 2008


Bulat Ziganshin wrote:
> 
> the right way to deal with "modifiers" is to attach them to the Handle
> itself like this:
> 
> f <- openFile "name" >>= withLocking >>= withEncoding utf8

IMO, global state is never "the right way" if it can be avoided. It will 
always lead to problems. Especially in a functional language like Haskell.

Roman




More information about the Libraries mailing list