From: stolz Date: Mon, 10 Mar 2003 12:48:10 +0000 (+0000) Subject: [project @ 2003-03-10 12:48:10 by stolz] X-Git-Tag: Approx_11550_changesets_converted~1080 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4e25c0456ad19a3f0f7406c1c7b88a1327282743 [project @ 2003-03-10 12:48:10 by stolz] Fix typo --- 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.