[commit: ghc] master: Fix Haddock markup (ece39c3)
git at git.haskell.org
git at git.haskell.org
Wed Jun 14 10:15:54 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ece39c34b7846647441251fe72654f70cdf4a9a4/ghc
>---------------------------------------------------------------
commit ece39c34b7846647441251fe72654f70cdf4a9a4
Author: Gabor Greif <ggreif at gmail.com>
Date: Wed Jun 14 12:14:54 2017 +0200
Fix Haddock markup
>---------------------------------------------------------------
ece39c34b7846647441251fe72654f70cdf4a9a4
libraries/template-haskell/Language/Haskell/TH/Syntax.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/template-haskell/Language/Haskell/TH/Syntax.hs b/libraries/template-haskell/Language/Haskell/TH/Syntax.hs
index 2b99a7a..a6ead31 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@
More information about the ghc-commits
mailing list