From: Ian Lynagh Date: Sun, 3 Sep 2006 22:48:23 +0000 (+0000) Subject: Add a hint on tab completion X-Git-Tag: Before_FC_branch_merge~80 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1b001bb3b84b9279b568b50e5330b35be33b5ac1 Add a hint on tab completion --- diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index e53c7c6..9ec07c3 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -604,6 +604,12 @@ Prelude IO> behaves in the same way for expressions typed at the prompt. + + Hint: GHCi will tab-complete names that are in scope; for + example, if you run GHCi and type J<tab> + then GHCi will expand it to Just . + + Qualified names