Mon Feb  6 04:26:54 PST 2006  Simon Marlow <[EMAIL PROTECTED]>
  * Basic completion in GHCi
  
  This patch adds completion support to GHCi when readline is being
  used.  Completion of identifiers (in scope only, but including
  qualified identifiers) in expressions is provided.  Also, completion
  of commands (:cmd), and special completion for certain commands
  (eg. module names for the :module command) are also provided.

    M ./ghc/compiler/ghci/InteractiveUI.hs -43 +157
    M ./ghc/compiler/main/GHC.hs -2 +23
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to