diff options
author | Josh Price <2855417+WhistlePayer@users.noreply.github.com> | 2018-10-08 14:58:27 -0400 |
---|---|---|
committer | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2018-10-14 20:46:59 +0200 |
commit | d52627fb6952ecdc7d9027b0dff731e332c3d885 (patch) | |
tree | ecd2c305e3fe4c8f34c9955625b457a0be4c6333 /compiler | |
parent | 448b77b93b369745e9bfbc8b46a5b87bb73dd379 (diff) | |
download | haskell-d52627fb6952ecdc7d9027b0dff731e332c3d885.tar.gz |
Minor documentation markup fix in HsExpr.hs
PR: https://github.com/ghc/ghc/pull/202/
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/hsSyn/HsExpr.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/hsSyn/HsExpr.hs b/compiler/hsSyn/HsExpr.hs index d7d0b14751..dea72c3e64 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. -- |