This should be merged to 7.6, please. (Can I do that myself? Is it just going to the 7.6 branch and cherry-picking?)
Thanks, Pedro On Wed, Oct 3, 2012 at 8:56 AM, José Pedro Magalhães <[email protected]> wrote: > Repository : ssh://darcs.haskell.org//srv/darcs/ghc > > On branch : master > > > http://hackage.haskell.org/trac/ghc/changeset/3b980d0e7e043ae2a8e6d668d78451a599f55842 > > >--------------------------------------------------------------- > > commit 3b980d0e7e043ae2a8e6d668d78451a599f55842 > Author: Jose Pedro Magalhaes <[email protected]> > Date: Wed Oct 3 08:55:47 2012 +0100 > > Typo > > >--------------------------------------------------------------- > > 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 1c2e76e..f574199 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> > > > > _______________________________________________ > Cvs-ghc mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/cvs-ghc >
_______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
