Re: Applicative Comprehensions

There was a feature request made for this on Trac before ApplicativeDo was finished (https://ghc.haskell.org/trac/ghc/ticket/8914), so generalizing monad comprehensions would fix half of Trac #8914. (The other half, which proposes generalizing ParallelListComp, would require an API change, so it might be better to tackle that separately.) Regards, Ryan S.

Simon: Thanks, that would be great. I've opened #10976 <
https://ghc.haskell.org/trac/ghc/ticket/10976>
On Thu, 15 Oct 2015 at 22:16 Ryan Scott
There was a feature request made for this on Trac before ApplicativeDo was finished (https://ghc.haskell.org/trac/ghc/ticket/8914), so generalizing monad comprehensions would fix half of Trac #8914. (The other half, which proposes generalizing ParallelListComp, would require an API change, so it might be better to tackle that separately.)
Regards, Ryan S. _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
-- David A Roberts https://davidar.io
participants (2)
-
David A Roberts
-
Ryan Scott