[commit: ghc] master: Minor documentation markup fix in HsExpr.hs (d52627f)
git at git.haskell.org
git at git.haskell.org
Sun Oct 14 20:05:28 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/d52627fb6952ecdc7d9027b0dff731e332c3d885/ghc
>---------------------------------------------------------------
commit d52627fb6952ecdc7d9027b0dff731e332c3d885
Author: Josh Price <2855417+WhistlePayer at users.noreply.github.com>
Date: Mon Oct 8 14:58:27 2018 -0400
Minor documentation markup fix in HsExpr.hs
PR: https://github.com/ghc/ghc/pull/202/
>---------------------------------------------------------------
d52627fb6952ecdc7d9027b0dff731e332c3d885
compiler/hsSyn/HsExpr.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/hsSyn/HsExpr.hs b/compiler/hsSyn/HsExpr.hs
index d7d0b14..dea72c3 100644
--- a/compiler/hsSyn/HsExpr.hs
+++ b/compiler/hsSyn/HsExpr.hs
@@ -1879,7 +1879,7 @@ data StmtLR idL idR body -- body should always be (LHs**** idR)
-- if the pattern match can't fail
-- | 'ApplicativeStmt' represents an applicative expression built with
- -- <$> and <*>. It is generated by the renamer, and is desugared into the
+ -- '<$>' and '<*>'. It is generated by the renamer, and is desugared into the
-- appropriate applicative expression by the desugarer, but it is intended
-- to be invisible in error messages.
--
More information about the ghc-commits
mailing list