simonpj     2003/07/03 07:33:22 PDT

  Modified files:
    ghc/docs/users_guide ghci.sgml 
    ghc/compiler/rename  RnEnv.lhs 
    ghc/compiler/typecheck TcSimplify.lhs 
  Log:
        -----------------------
        Type defaulting in GHCi
        -----------------------
  
        [Merge to stable branch, I think.]
  
  Extend type defaulting in GHCi so that
  
        ghci>  []
        []
  
  works.  Suggested by Ralf Hinze.
  
  Revision  Changes    Path
  1.31      +26 -0     fptools/ghc/docs/users_guide/ghci.sgml
  1.167     +8 -2      fptools/ghc/compiler/rename/RnEnv.lhs
  1.118     +43 -32    fptools/ghc/compiler/typecheck/TcSimplify.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to