From: Bertram Felgenhauer Date: Sun, 12 Aug 2007 13:22:01 +0000 (+0000) Subject: fix typo in ghci.xml X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=e6b66d7de77488cbd1852a86cfe135a07e80616f fix typo in ghci.xml --- 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.