From: kglynn Date: Wed, 30 Aug 2000 03:01:48 +0000 (+0000) Subject: [project @ 2000-08-30 03:01:48 by kglynn] X-Git-Tag: Approximately_9120_patches~3818 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e92eba6a588fa794e67d08e8dd7ab6c98ad30039;p=ghc-hetmet.git [project @ 2000-08-30 03:01:48 by kglynn] wrong2 wrongly referred to as wrong1 - righted --- 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.