[commit: template-haskell] th-new-7.6: Add the TExpQ type alias. (3c0755d)

Geoffrey Mainland gmainlan at microsoft.com
Wed Jun 12 12:04:20 CEST 2013


Repository : ssh://darcs.haskell.org//srv/darcs/packages/template-haskell

On branch  : th-new-7.6

http://hackage.haskell.org/trac/ghc/changeset/3c0755de1fd674f7c435b80334766c48e4af4383

>---------------------------------------------------------------

commit 3c0755de1fd674f7c435b80334766c48e4af4383
Author: Geoffrey Mainland <mainland at apeiron.net>
Date:   Fri May 31 12:42:16 2013 +0100

    Add the TExpQ type alias.

>---------------------------------------------------------------

 Language/Haskell/TH/Lib.hs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Language/Haskell/TH/Lib.hs b/Language/Haskell/TH/Lib.hs
index f07010f..58bd7e6 100644
--- a/Language/Haskell/TH/Lib.hs
+++ b/Language/Haskell/TH/Lib.hs
@@ -19,6 +19,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