From: simonpj Date: Mon, 30 Apr 2001 12:27:21 +0000 (+0000) Subject: [project @ 2001-04-30 12:27:21 by simonpj] X-Git-Tag: Approximately_9120_patches~2055 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e0512795cd8b37a886672b035d787f2a3d0d5a45;p=ghc-hetmet.git [project @ 2001-04-30 12:27:21 by simonpj] Fix minor typo in generics stuff; could merge with branch --- diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml index bea9fcd..d390f71 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -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 "{|" and "{|" brackets; curly braces +uses "{|" and "|}" brackets; curly braces alone would ambiguous when they appear on right hand sides (an extension we anticipate wanting).