summaryrefslogtreecommitdiff
path: root/docs/users_guide
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 /docs/users_guide
parent35053eb6c3f9058020f9818bf0de672aef6894c9 (diff)
downloadhaskell-1bf5c126c028285911138454689ea8068a7f9c37.tar.gz
Spelling
Diffstat (limited to 'docs/users_guide')
-rw-r--r--docs/users_guide/glasgow_exts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 0e9b7999de..8abb2184ee 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -4306,7 +4306,7 @@ all currently bundled constructors. For example, we could write: ::
in which case, ``Example`` would export the type constructor ``MyNum`` with
the data constructor ``MkNum`` and also the pattern synonym ``Zero``.
-Bundled patterns synonyms are type checked to ensure that they are of the same
+Bundled pattern synonyms are type checked to ensure that they are of the same
type as the type constructor which they are bundled with. A pattern synonym
``P`` can not be bundled with a type constructor ``T`` if ``P``\'s type is visibly
incompatible with ``T``.