Preliminary monad-comprehension patch (Trac #4370)
authorSimon Peyton Jones <simonpj@microsoft.com>
Thu, 28 Apr 2011 10:44:12 +0000 (11:44 +0100)
committerSimon Peyton Jones <simonpj@microsoft.com>
Thu, 28 Apr 2011 10:44:12 +0000 (11:44 +0100)
This is the work of Nils Schweinsberg <mail@n-sch.de>

It adds the language extension -XMonadComprehensions, which
generalises list comprehension syntax [ e | x <- xs] to work over
arbitrary monads.


No differences found