From: simonpj Date: Fri, 25 Jan 2002 09:54:00 +0000 (+0000) Subject: [project @ 2002-01-25 09:54:00 by simonpj] X-Git-Tag: Approximately_9120_patches~258 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f26fd0009d68b83162e7c0c19b8505f9705cd3e2;p=ghc-hetmet.git [project @ 2002-01-25 09:54:00 by simonpj] Typo --- diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml index 4d8e450..a53551b 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -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)