From e92eba6a588fa794e67d08e8dd7ab6c98ad30039 Mon Sep 17 00:00:00 2001 From: kglynn <unknown> 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 aa1c88408a15..023583dcb017 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 <Emphasis>not</Emphasis> OK: "wrong2" forall f. f True = True </ProgramListing> -In <Literal>"wrong1"</Literal>, the LHS is not an application; in <Literal>"wrong1"</Literal>, the LHS has a pattern variable +In <Literal>"wrong1"</Literal>, the LHS is not an application; in <Literal>"wrong2"</Literal>, the LHS has a pattern variable in the head. </Para> </ListItem> -- GitLab