summaryrefslogtreecommitdiff
path: root/libraries/template-haskell
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-06-14 12:14:54 +0200
committerGabor Greif <ggreif@gmail.com>2017-06-14 12:14:54 +0200
commitece39c34b7846647441251fe72654f70cdf4a9a4 (patch)
treebac2f966fbecad8c2e250bbadd0380080bde599a /libraries/template-haskell
parent0058a3490fc3908e00ba65e700fecc54b786e28a (diff)
downloadhaskell-ece39c34b7846647441251fe72654f70cdf4a9a4.tar.gz
Fix Haddock markup
Diffstat (limited to 'libraries/template-haskell')
-rw-r--r--libraries/template-haskell/Language/Haskell/TH/Syntax.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/template-haskell/Language/Haskell/TH/Syntax.hs b/libraries/template-haskell/Language/Haskell/TH/Syntax.hs
index 2b99a7ac96..a6ead31e70 100644
--- a/libraries/template-haskell/Language/Haskell/TH/Syntax.hs
+++ b/libraries/template-haskell/Language/Haskell/TH/Syntax.hs
@@ -1941,7 +1941,7 @@ data Type = ForallT [TyVarBndr] Cxt Type -- ^ @forall \<vars\>. \<ctxt\> -> \<t
| StarT -- ^ @*@
| ConstraintT -- ^ @Constraint@
| LitT TyLit -- ^ @0,1,2, etc.@
- | WildCardT -- ^ @_,
+ | WildCardT -- ^ @_@
deriving( Show, Eq, Ord, Data, Generic )
data TyVarBndr = PlainTV Name -- ^ @a@