From 1b001bb3b84b9279b568b50e5330b35be33b5ac1 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 3 Sep 2006 22:48:23 +0000 Subject: [PATCH] Add a hint on tab completion --- docs/users_guide/ghci.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 1.7.10.4