From: qrczak Date: Wed, 12 Feb 2003 17:48:45 +0000 (+0000) Subject: [project @ 2003-02-12 17:48:45 by qrczak] X-Git-Tag: Approx_11550_changesets_converted~1174 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=db8bbd2365a66daa02e94e32d57d17fef92717fc [project @ 2003-02-12 17:48:45 by qrczak] Another typo. --- diff --git a/ghc/docs/comm/the-beast/data-types.html b/ghc/docs/comm/the-beast/data-types.html index e158f37..7e3a264 100644 --- a/ghc/docs/comm/the-beast/data-types.html +++ b/ghc/docs/comm/the-beast/data-types.html @@ -106,7 +106,7 @@ After desugaring into Core (-ddump-ds), the definition of f looks like
   f x = case x of
           Nil{d}       -> Nil{v}
-          MkT{d} a b r -> let { p = (a,b); q = I#r } in 
+          MkT{d} a b r -> let { p = (a,b); q = I# r } in 
 	                  $WMkT p (q+1)
 
Notice the way that pattern matching has been desugared to take account of the fact