[project @ 2002-01-25 09:54:00 by simonpj]
authorsimonpj <unknown>
Fri, 25 Jan 2002 09:54:00 +0000 (09:54 +0000)
committersimonpj <unknown>
Fri, 25 Jan 2002 09:54:00 +0000 (09:54 +0000)
Typo

ghc/docs/users_guide/glasgow_exts.sgml

index 4d8e450..a53551b 100644 (file)
@@ -1838,7 +1838,7 @@ So this program is legal:
   f :: Baz -> String
   f (Baz1 p q) | p == q    = "Yes"
                | otherwise = "No"
-  f (Baz1 v fn)            = show (fn v)
+  f (Baz2 v fn)            = show (fn v)
 </programlisting>
 
 </para>