Repository : ssh://g...@git.haskell.org/template-haskell On branch : wip/th-new Link : http://git.haskell.org/packages/template-haskell.git/commitdiff/9e5b8d92816a77270d5a2a08366430f60b8f723d
>--------------------------------------------------------------- commit 9e5b8d92816a77270d5a2a08366430f60b8f723d Author: Geoffrey Mainland <mainl...@apeiron.net> Date: Fri May 31 12:42:16 2013 +0100 Add the TExpQ type alias. >--------------------------------------------------------------- 9e5b8d92816a77270d5a2a08366430f60b8f723d Language/Haskell/TH/Lib.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Language/Haskell/TH/Lib.hs b/Language/Haskell/TH/Lib.hs index 2480ff3..38a86d5 100644 --- a/Language/Haskell/TH/Lib.hs +++ b/Language/Haskell/TH/Lib.hs @@ -20,6 +20,7 @@ type InfoQ = Q Info type PatQ = Q Pat type FieldPatQ = Q FieldPat type ExpQ = Q Exp +type TExpQ a = Q (TExp a) type DecQ = Q Dec type DecsQ = Q [Dec] type ConQ = Q Con _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits