Add a hint on tab completion
authorIan Lynagh <igloo@earth.li>
Sun, 3 Sep 2006 22:48:23 +0000 (22:48 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 3 Sep 2006 22:48:23 +0000 (22:48 +0000)
docs/users_guide/ghci.xml

index e53c7c6..9ec07c3 100644 (file)
@@ -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&lt;tab&gt;</literal>
+        then GHCi will expand it to <literal>Just </literal>.
+      </para>
+
       <sect3>
        <title>Qualified names</title>