simonmar    2006/01/18 02:49:32 PST

  Modified files:
    ghc/compiler/ghci    InteractiveUI.hs 
  Log:
  Implement :main (see ticket #662)
  
  Patch from Volker Stolz, minor mods by me
  
  When matching commands, we now look for (a) an exact match, and (b)
  the first prefix match we find in the list.  This is so that :module
  can still be abbreviated by :m, to avoid surprise.
  
  Docs still to do.
  
  Revision  Changes    Path
  1.222     +15 -8     fptools/ghc/compiler/ghci/InteractiveUI.hs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to