From: simonpj Date: Tue, 12 Jul 2005 14:50:56 +0000 (+0000) Subject: [project @ 2005-07-12 14:50:56 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~358 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=867dacda4fc5b0a2a199820cc7db49d0262f6dc7;p=ghc-hetmet.git [project @ 2005-07-12 14:50:56 by simonpj] Add an extra note about defaulting in GHCi --- diff --git a/ghc/docs/users_guide/ghci.xml b/ghc/docs/users_guide/ghci.xml index 1bed4c2..f4ae5a3 100644 --- a/ghc/docs/users_guide/ghci.xml +++ b/ghc/docs/users_guide/ghci.xml @@ -708,7 +708,8 @@ Wed Mar 14 12:23:13 GMT 2001 At the GHCi prompt, the second and third rules are relaxed as follows (differences italicised): - Any of the classes Ci is standard. + All of the classes + Ci are single-parameter type classes. At least one of the classes Ci is numeric, or is Show, Eq, or Ord.