From: qrczak Date: Wed, 12 Feb 2003 17:36:52 +0000 (+0000) Subject: [project @ 2003-02-12 17:36:52 by qrczak] X-Git-Tag: Approx_11550_changesets_converted~1175 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2cc6cfca67ba3019ae7c040190370936b5e5da95;p=ghc-hetmet.git [project @ 2003-02-12 17:36:52 by qrczak] Typo. --- diff --git a/ghc/docs/comm/the-beast/data-types.html b/ghc/docs/comm/the-beast/data-types.html index 384655c..e158f37 100644 --- a/ghc/docs/comm/the-beast/data-types.html +++ b/ghc/docs/comm/the-beast/data-types.html @@ -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:
-  data T a = MkT !(a,a) !Int | Nil{d}
+  data T a = MkT !(a,a) !Int | Nil
 
   f x = case x of
           Nil     -> Nil