From 867dacda4fc5b0a2a199820cc7db49d0262f6dc7 Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 12 Jul 2005 14:50:56 +0000 Subject: [PATCH] [project @ 2005-07-12 14:50:56 by simonpj] Add an extra note about defaulting in GHCi --- ghc/docs/users_guide/ghci.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 1.7.10.4