cvs commit: fptools/ghc/compiler/ghci InteractiveUI.hs InterpSyn.lhs
fptools/ghc/compiler/typecheck TcDefaults.lhs TcModule.lhs
Simon Marlow
simonmar@glass.cse.ogi.edu
Tue, 21 Nov 2000 02:48:20 -0800
simonmar 2000/11/21 02:48:20 PST
Modified files:
ghc/compiler/ghci InteractiveUI.hs InterpSyn.lhs
ghc/compiler/typecheck TcDefaults.lhs TcModule.lhs
Log:
- add default default settings for typecheckExpr
- bugfixes in the interpreter
print (1+2) now works!!
Revision Changes Path
1.7 +3 -2 fptools/ghc/compiler/ghci/InteractiveUI.hs
1.5 +7 -0 fptools/ghc/compiler/ghci/InterpSyn.lhs
1.23 +3 -3 fptools/ghc/compiler/typecheck/TcDefaults.lhs
1.93 +3 -1 fptools/ghc/compiler/typecheck/TcModule.lhs