[project @ 2005-05-24 07:47:12 by simonpj]
authorsimonpj <unknown>
Tue, 24 May 2005 07:47:12 +0000 (07:47 +0000)
committersimonpj <unknown>
Tue, 24 May 2005 07:47:12 +0000 (07:47 +0000)
typo

ghc/docs/comm/the-beast/types.html

index 762a4c4..0ff0a36 100644 (file)
@@ -10,8 +10,8 @@
     <p>
       GHC essentially supports two type systems: (1) the <em>source type
        system</em> (which is a heavily extended version of the type system of
-      Haskell 98) and the <em>Core type system,</em> which is the type system
-      used by the by far most important intermediate language (see also <a
+      Haskell 98) and (2) the <em>Core type system,</em> which is the type system
+      used by the intermediate language (see also <a
       href="desugar.html">Sugar Free: From Haskell To Core</a>).
     </p>
     <p>