From e6b66d7de77488cbd1852a86cfe135a07e80616f Mon Sep 17 00:00:00 2001 From: Bertram Felgenhauer Date: Sun, 12 Aug 2007 13:22:01 +0000 Subject: [PATCH] fix typo in ghci.xml --- docs/users_guide/ghci.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index 7a3c77a..bde1648 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -1925,7 +1925,7 @@ Prelude> :. cmds.ghci the location of its definition in the source. For types and classes, GHCi also summarises instances that mention them. To avoid showing irrelevant information, an instance - is shown only if (a) its head mentions name, + is shown only if (a) its head mentions name, and (b) all the other things mentioned in the instance are in scope (either qualified or otherwise) as a result of a :load or :module commands. -- 1.7.10.4