summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Capriotti <p.capriotti@gmail.com>2012-06-19 17:17:05 +0100
committerPaolo Capriotti <p.capriotti@gmail.com>2012-06-19 17:17:05 +0100
commit14c4cd04ada6b71ccce3ffa15363309203957c30 (patch)
tree0cdbde342746e9938633fa96fa17e6e2acff083a
parent42769923c61e92929ce4e05ba6bad9f43230a44a (diff)
downloadhaskell-14c4cd04ada6b71ccce3ffa15363309203957c30.tar.gz
Re-export forallC in Language.Haskell.TH (#7009)
-rw-r--r--libraries/template-haskell/Language/Haskell/TH.hs2
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,