summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-05-24 12:58:18 +0200
committerGabor Greif <ggreif@gmail.com>2016-05-24 12:58:18 +0200
commit1bf5c126c028285911138454689ea8068a7f9c37 (patch)
treef2451f5d0d85ec55237b243b934e0fafdff0c2eb /compiler
parent35053eb6c3f9058020f9818bf0de672aef6894c9 (diff)
downloadhaskell-1bf5c126c028285911138454689ea8068a7f9c37.tar.gz
Spelling
Diffstat (limited to 'compiler')
-rw-r--r--compiler/basicTypes/PatSyn.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/basicTypes/PatSyn.hs b/compiler/basicTypes/PatSyn.hs
index b54a11df9b..e3fdd09dde 100644
--- a/compiler/basicTypes/PatSyn.hs
+++ b/compiler/basicTypes/PatSyn.hs
@@ -245,7 +245,7 @@ This means that when typechecking an occurrence of P in an expression,
we must remember that the builder has this void argument. This is
done by TcPatSyn.patSynBuilderOcc.
-Note [Patterns synonyms and the data type Type]
+Note [Pattern synonyms and the data type Type]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The type of a pattern synonym is of the form (See Note
[Pattern synonym signatures]):