[project @ 2003-02-12 17:48:45 by qrczak]
authorqrczak <unknown>
Wed, 12 Feb 2003 17:48:45 +0000 (17:48 +0000)
committerqrczak <unknown>
Wed, 12 Feb 2003 17:48:45 +0000 (17:48 +0000)
Another typo.

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

index e158f37..7e3a264 100644 (file)
@@ -106,7 +106,7 @@ After desugaring into Core (-ddump-ds), the definition of <tt>f</tt> looks like
 <pre>
   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)
 </pre>
 Notice the way that pattern matching has been desugared to take account of the fact