diff options
author | Ian Lynagh <igloo@earth.li> | 2006-09-03 22:48:23 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2006-09-03 22:48:23 +0000 |
commit | 1b001bb3b84b9279b568b50e5330b35be33b5ac1 (patch) | |
tree | 1c22021dfb79c77096967c91d5792506247effed /docs | |
parent | e38496fa2f7b8d7f6541677ac91149562f6f19ae (diff) | |
download | haskell-1b001bb3b84b9279b568b50e5330b35be33b5ac1.tar.gz |
Add a hint on tab completion
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/ghci.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index e53c7c6318..9ec07c355e 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.</para> + <para> + Hint: GHCi will tab-complete names that are in scope; for + example, if you run GHCi and type <literal>J<tab></literal> + then GHCi will expand it to <literal>Just </literal>. + </para> + <sect3> <title>Qualified names</title> |