4 Feb
2011
4 Feb
'11
2:33 a.m.
On Thursday 03 February 2011 19:00:53, malcolm.wallace wrote:
I think it's quite common in the case where the Monad is a MonadPlus. I certainly use that feature As a specific instance of MonadPlus, nearly all monadic parser-combinator libraries rely on this.
Also it's pretty common for filtering in list comprehensions.