[project @ 2003-05-13 15:37:23 by simonpj]
[ghc-hetmet.git] / ghc / docs / comm / the-beast / prelude.html
index f3aa206..64b607d 100644 (file)
@@ -23,7 +23,7 @@ GHC recognises these main classes of baked-in-ness:
 <dl>
 <dt><strong>Primitive types.</strong>
 <dd>Primitive types cannot be defined in Haskell, and are utterly baked into the compiler.
-They are notionally defined in the fictional module <tt>GHC.Prim</tt>.   The <tt>TyCon<tt>s for these types are all defined
+They are notionally defined in the fictional module <tt>GHC.Prim</tt>.   The <tt>TyCon</tt>s for these types are all defined
 in module <tt>TysPrim</tt>; for example,
 <pre>
   intPrimTyCon :: TyCon