From e0512795cd8b37a886672b035d787f2a3d0d5a45 Mon Sep 17 00:00:00 2001 From: simonpj Date: Mon, 30 Apr 2001 12:27:21 +0000 Subject: [PATCH] [project @ 2001-04-30 12:27:21 by simonpj] Fix minor typo in generics stuff; could merge with branch --- 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 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). -- 1.7.10.4