[project @ 2000-08-30 03:01:48 by kglynn]
authorkglynn <unknown>
Wed, 30 Aug 2000 03:01:48 +0000 (03:01 +0000)
committerkglynn <unknown>
Wed, 30 Aug 2000 03:01:48 +0000 (03:01 +0000)
wrong2 wrongly referred to as wrong1 - righted

ghc/docs/users_guide/glasgow_exts.sgml

index aa1c884..023583d 100644 (file)
@@ -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>