[project @ 2005-04-29 11:10:42 by simonpj]
authorsimonpj <unknown>
Fri, 29 Apr 2005 11:10:42 +0000 (11:10 +0000)
committersimonpj <unknown>
Fri, 29 Apr 2005 11:10:42 +0000 (11:10 +0000)
XML wibble

ghc/docs/comm/genesis/modules.html
ghc/docs/users_guide/glasgow_exts.xml

index 4bf63aa..de59cce 100644 (file)
@@ -100,8 +100,7 @@ identifiers, expressions, rules, and their operations.</strong>
        CoreUnfold (OccurAnal.occurAnalyseGlobalExpr)
 <p><li>
        Subst (CoreUnfold.Unfolding, CoreFVs)  <br>
-       Generics (CoreUnfold.mkTopUnfolding)
-<p><li>
+       Generics (CoreUnfold.mkTopUnfolding) <br>
        Rules (CoreUnfold.Unfolding, PprCore.pprTidyIdRules)
 <p><li>
        MkId (CoreUnfold.mkUnfolding, Subst, Rules.addRule)
index 404db44..aecfcbc 100644 (file)
@@ -1823,6 +1823,7 @@ overlapping instances without the library client having to know.
 </para>
 <para>The <option>-fallow-incoherent-instances</option> flag implies the
 <option>-fallow-overlapping-instances</option> flag, but not vice versa.
+</para>
 </sect3>
 
 <sect3>