From 4e25c0456ad19a3f0f7406c1c7b88a1327282743 Mon Sep 17 00:00:00 2001 From: stolz Date: Mon, 10 Mar 2003 12:48:10 +0000 Subject: [PATCH] [project @ 2003-03-10 12:48:10 by stolz] Fix typo --- 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 0956fd1..b3fb637 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -4446,7 +4446,7 @@ Now you can make a data type into an instance of Bin like this: instance (Bin a, Bin b) => Bin (a,b) instance Bin a => Bin [a] -That is, just leave off the "where" clasuse. Of course, you can put in the +That is, just leave off the "where" clause. Of course, you can put in the where clause and over-ride whichever methods you please. -- 1.7.10.4