[Haskell-beginners] Open-ended list comprehension

Marcin Mrotek marcin.jan.mrotek at gmail.com
Wed Mar 25 18:42:06 UTC 2015


Hello,

DList is a monad, so you can use them like lists with the
MonadComprehensions extension. Alternatively, make use of the
MonadPlus functions, which give you the same power without the nice
syntax.

Best regards,
Marcin MRotek


More information about the Beginners mailing list