summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJose Pedro Magalhaes <jpm@cs.ox.ac.uk>2012-10-03 08:55:47 +0100
committerJose Pedro Magalhaes <jpm@cs.ox.ac.uk>2012-10-03 08:55:47 +0100
commit3b980d0e7e043ae2a8e6d668d78451a599f55842 (patch)
treeb4819b7a5e1fc566f9fdcec4b2faa716ce54981d /docs
parentbaab12043477828488b351aa595f2aaca78453af (diff)
downloadhaskell-3b980d0e7e043ae2a8e6d668d78451a599f55842.tar.gz
Typo
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 1c2e76ee08..f5741997b0 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -3726,7 +3726,7 @@ We reuse the keyword <literal>default</literal> to signal that a signature
applies to the default method only; when defining instances of the
<literal>Enum</literal> class, the original type <literal>[a]</literal> of
<literal>enum</literal> still applies. When giving an empty instance, however,
-the default implementation <literal>map to0 genum</literal> is filled-in,
+the default implementation <literal>map to genum</literal> is filled-in,
and type-checked with the type
<literal>(Generic a, GEnum (Rep a)) => [a]</literal>.
</para>