[project @ 2001-04-30 12:27:21 by simonpj]
authorsimonpj <unknown>
Mon, 30 Apr 2001 12:27:21 +0000 (12:27 +0000)
committersimonpj <unknown>
Mon, 30 Apr 2001 12:27:21 +0000 (12:27 +0000)
Fix minor typo in generics stuff; could merge with branch

ghc/docs/users_guide/glasgow_exts.sgml

index bea9fcd..d390f71 100644 (file)
@@ -3447,7 +3447,7 @@ can be written infix (indeed, you can now use
 any operator starting in a colon as an infix type constructor).  Also note that
 the type constructors are not exactly as in the paper (Unit instead of 1, etc).
 Finally, note that the syntax of the type patterns in the class declaration
-uses "<literal>{|</literal>" and "<literal>{|</literal>" brackets; curly braces
+uses "<literal>{|</literal>" and "<literal>|}</literal>" brackets; curly braces
 alone would ambiguous when they appear on right hand sides (an extension we 
 anticipate wanting).
 </para>