diff options
author | Paolo Capriotti <p.capriotti@gmail.com> | 2012-06-19 17:17:05 +0100 |
---|---|---|
committer | Paolo Capriotti <p.capriotti@gmail.com> | 2012-06-19 17:17:05 +0100 |
commit | 14c4cd04ada6b71ccce3ffa15363309203957c30 (patch) | |
tree | 0cdbde342746e9938633fa96fa17e6e2acff083a | |
parent | 42769923c61e92929ce4e05ba6bad9f43230a44a (diff) | |
download | haskell-14c4cd04ada6b71ccce3ffa15363309203957c30.tar.gz |
Re-export forallC in Language.Haskell.TH (#7009)
-rw-r--r-- | libraries/template-haskell/Language/Haskell/TH.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/template-haskell/Language/Haskell/TH.hs b/libraries/template-haskell/Language/Haskell/TH.hs index a04967c78a..8d4128c3c9 100644 --- a/libraries/template-haskell/Language/Haskell/TH.hs +++ b/libraries/template-haskell/Language/Haskell/TH.hs @@ -76,7 +76,7 @@ module Language.Haskell.TH( -- **** Strictness isStrict, notStrict, strictType, varStrictType, -- **** Class Contexts - cxt, classP, equalP, normalC, recC, infixC, + cxt, classP, equalP, normalC, recC, infixC, forallC, -- *** Kinds varK, conK, tupleK, arrowK, listK, appK, starK, constraintK, |