Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/680dca1145a08a82a83950bdbca891742fbaf526 >--------------------------------------------------------------- commit 680dca1145a08a82a83950bdbca891742fbaf526 Author: Gabor Greif <ggr...@gmail.com> Date: Mon Nov 5 12:56:43 2012 +0100 typo >--------------------------------------------------------------- docs/users_guide/ghci.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index c59f4b3..9e8ea2f 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -662,7 +662,7 @@ Prelude> an attempt to distinguish it from the new <literal>T</literal>, which is displayed as simply <literal>T</literal>.</para> - <para>Class and type-family instance declarations are simply added to the list of available isntances, with one + <para>Class and type-family instance declarations are simply added to the list of available instances, with one exception. Since type-family instances are not permitted to overlap, but you might want to re-define one, a type-family instance <emphasis>replaces</emphasis> any earlier type instance with an identical left hand side. (See <xref linkend="type-families"/>.)</para> _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc