[project @ 2001-02-01 11:49:32 by simonmar]
authorsimonmar <unknown>
Thu, 1 Feb 2001 11:49:32 +0000 (11:49 +0000)
committersimonmar <unknown>
Thu, 1 Feb 2001 11:49:32 +0000 (11:49 +0000)
commit31853d3e7c35881c0134ac26c78f7282306b5aba
tree690bd1853a6573f07b70cfcac3afa94afc74a0de
parent7b4d23eff4a772e031a81a1f218a7354ee0ac98c
[project @ 2001-02-01 11:49:32 by simonmar]
Fix two bugs:

- the typechecker wasn't attempting to resolve all the overloading when
  forcing an expression to IO type.  Now typing '1' at the prompt works
  again.

- the typechecker was attempting to check for Main.main even when
  we had avoided recompilation of Main.
ghc/compiler/main/HscMain.lhs
ghc/compiler/typecheck/TcModule.lhs