From e92eba6a588fa794e67d08e8dd7ab6c98ad30039 Mon Sep 17 00:00:00 2001 From: kglynn Date: Wed, 30 Aug 2000 03:01:48 +0000 Subject: [PATCH] [project @ 2000-08-30 03:01:48 by kglynn] wrong2 wrongly referred to as wrong1 - righted --- 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 aa1c884..023583d 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -3755,7 +3755,7 @@ to arbitrary expressions. For example, this is not OK: "wrong2" forall f. f True = True -In "wrong1", the LHS is not an application; in "wrong1", the LHS has a pattern variable +In "wrong1", the LHS is not an application; in "wrong2", the LHS has a pattern variable in the head. -- 1.7.10.4