[commit: packages/template-haskell] wip/th-new: Add the TExpQ type alias. (9e5b8d9)
git at git.haskell.org
git
Fri Oct 4 21:51:19 UTC 2013
Repository : ssh://git at 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 <mainland at 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
More information about the ghc-commits
mailing list