[commit: ghc] master: Fix broken Haddock comment (822af41)

git at git.haskell.org git at git.haskell.org
Mon Aug 29 14:36:48 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/822af416882a865ce57daf6938b969f072cb7e0b/ghc

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

commit 822af416882a865ce57daf6938b969f072cb7e0b
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Mon Aug 29 10:35:37 2016 -0400

    Fix broken Haddock comment


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

822af416882a865ce57daf6938b969f072cb7e0b
 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 73955be..690ab98 100644
--- a/libraries/template-haskell/Language/Haskell/TH/Syntax.hs
+++ b/libraries/template-haskell/Language/Haskell/TH/Syntax.hs
@@ -1445,7 +1445,7 @@ data Exp
   | ConE Name                          -- ^ @data T1 = C1 t1 t2; p = {C1} e1 e2  @
   | LitE Lit                           -- ^ @{ 5 or \'c\'}@
   | AppE Exp Exp                       -- ^ @{ f x }@
-  | AppTypeE Exp Type                  -- $ @{ f \@Int }
+  | AppTypeE Exp Type                  -- ^ @{ f \@Int }
 
   | InfixE (Maybe Exp) Exp (Maybe Exp) -- ^ @{x + y} or {(x+)} or {(+ x)} or {(+)}@
 



More information about the ghc-commits mailing list