From 2cc6cfca67ba3019ae7c040190370936b5e5da95 Mon Sep 17 00:00:00 2001 From: qrczak Date: Wed, 12 Feb 2003 17:36:52 +0000 Subject: [PATCH] [project @ 2003-02-12 17:36:52 by qrczak] Typo. --- ghc/docs/comm/the-beast/data-types.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
-- 
1.7.10.4