Applicative instance for template haskell's Q

Antoine Latter aslatter at gmail.com
Sun Jan 22 08:00:54 CET 2012


On Sun, Jan 22, 2012 at 12:30 AM, Conal Elliott <conal at conal.net> wrote:
> Any reason not to add an Applicative instance for template haskell's Q
> (quoting) monad? - Conal

This came up once before - I think the only downside was that
Applicative then would have to become a super-class of Quasi.

I've never seen an instance for Quasi aside from Q and IO, but I
haven't looked either. I'm guessing the breakage from this would be
slight.

Antoine

>
> _______________________________________________
> Libraries mailing list
> Libraries at haskell.org
> http://www.haskell.org/mailman/listinfo/libraries
>



More information about the Libraries mailing list