From f26fd0009d68b83162e7c0c19b8505f9705cd3e2 Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 25 Jan 2002 09:54:00 +0000 Subject: [PATCH] [project @ 2002-01-25 09:54:00 by simonpj] Typo --- ghc/docs/users_guide/glasgow_exts.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4