diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-02-01 11:29:47 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-02-02 10:06:39 +0100 |
commit | 8dd82ead7ddd65348bcbea4e2bb8defce4253173 (patch) | |
tree | 22887ccbb12f2801b467ea0e05261ff6c036b9e9 /compiler/hsSyn | |
parent | eedb3df0c1c28a7abc43705d614239c1c6199a1f (diff) | |
download | haskell-8dd82ead7ddd65348bcbea4e2bb8defce4253173.tar.gz |
Spelling fixes
Diffstat (limited to 'compiler/hsSyn')
-rw-r--r-- | compiler/hsSyn/Convert.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/hsSyn/Convert.hs b/compiler/hsSyn/Convert.hs index ad4abf89e7..ed1931451b 100644 --- a/compiler/hsSyn/Convert.hs +++ b/compiler/hsSyn/Convert.hs @@ -1690,7 +1690,7 @@ specially in `deSugar/DsMeta.hs`, `hsSyn/Convert.hs`, and The key point is to always represent a pattern synonym's *full* type in cases (a) and (c) to make it clear which of the two forall quantifiers and/or constraint contexts are specified, and which are -not. See GHC's users guide on pattern synonyms for more information +not. See GHC's user's guide on pattern synonyms for more information about pattern synonym type signatures. -} |