diff options
| author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-03 11:17:03 +0100 |
|---|---|---|
| committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-03 11:17:03 +0100 |
| commit | 65e6470c39e9d45cbdb7834486bcae7f4a6259e6 (patch) | |
| tree | 00e487458d72d55bc9de079dac0a3ec2b36777fd | |
| parent | ba56d20d767f0425f6f7515fa9c78b186589b896 (diff) | |
| parent | 3b980d0e7e043ae2a8e6d668d78451a599f55842 (diff) | |
| download | haskell-65e6470c39e9d45cbdb7834486bcae7f4a6259e6.tar.gz | |
Merge branch 'master' of http://darcs.haskell.org/ghc
| -rw-r--r-- | docs/users_guide/glasgow_exts.xml | 2 |
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> |
