[project @ 2003-02-12 17:36:52 by qrczak]
authorqrczak <unknown>
Wed, 12 Feb 2003 17:36:52 +0000 (17:36 +0000)
committerqrczak <unknown>
Wed, 12 Feb 2003 17:36:52 +0000 (17:36 +0000)
Typo.

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

index 384655c..e158f37 100644 (file)
@@ -56,7 +56,7 @@ Each of these three names gets a distinct unique key in GHC's name cache.
 
 Suppose the Haskell source looks like this:
 <pre>
-  data T a = MkT !(a,a) !Int | Nil{d}
+  data T a = MkT !(a,a) !Int | Nil
 
   f x = case x of
           Nil     -> Nil