Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2
http://hackage.haskell.org/trac/ghc/changeset/4c6aa0530e62ab5d7be57e6059601e54b2a8e14c >--------------------------------------------------------------- commit 4c6aa0530e62ab5d7be57e6059601e54b2a8e14c Author: Ian Lynagh <[email protected]> Date: Sun Jul 24 22:34:11 2011 +0100 Fix docbook syntax in user guide >--------------------------------------------------------------- docs/users_guide/glasgow_exts.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index ea90a63..47e5a8f 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -5052,7 +5052,7 @@ type instance F t1 .. tn = t </sect4> </sect3> - <sect3 id-="equality-constraints"> + <sect3 id="equality-constraints"> <title>Equality constraints</title> <para> Type context can include equality constraints of the form <literal>t1 ~ @@ -5094,7 +5094,7 @@ class (F a ~ b) => C a b where </para> </sect3> - <sect3 id-="ty-fams-in-instances"> + <sect3 id="ty-fams-in-instances"> <title>Type families and instance declarations</title> <para>Type families require us to extend the rules for the form of instance heads, which are given _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
