[project @ 1997-06-18 23:52:36 by simonpj]
authorsimonpj <unknown>
Wed, 18 Jun 1997 23:53:03 +0000 (23:53 +0000)
committersimonpj <unknown>
Wed, 18 Jun 1997 23:53:03 +0000 (23:53 +0000)
commit9c26739695219d8343505a88457cb55c76b65449
treee6be05cf7735ca09e045889097d2dc0c680aa925
parentef68e6ca4bace373228566ef68590d9ff3eb1144
[project @ 1997-06-18 23:52:36 by simonpj]
A raft of small bug-fixes to 2.05 by SLPJ
24 files changed:
ghc/compiler/absCSyn/PprAbsC.lhs
ghc/compiler/basicTypes/Name.lhs
ghc/compiler/hsSyn/HsBinds.lhs
ghc/compiler/hsSyn/HsTypes.lhs
ghc/compiler/main/Main.lhs
ghc/compiler/nativeGen/MachRegs.lhs
ghc/compiler/parser/hsparser.y
ghc/compiler/reader/RdrHsSyn.lhs
ghc/compiler/rename/RnEnv.lhs
ghc/compiler/rename/RnMonad.lhs
ghc/compiler/rename/RnNames.lhs
ghc/compiler/rename/RnSource.lhs
ghc/compiler/tests/rename/rn019.hs [new file with mode: 0644]
ghc/compiler/tests/rename/rn020.hs [new file with mode: 0644]
ghc/compiler/tests/rename/rn021.hs [new file with mode: 0644]
ghc/compiler/tests/typecheck/should_fail/tcfail072.hs [new file with mode: 0644]
ghc/compiler/tests/typecheck/should_succeed/Makefile
ghc/compiler/tests/typecheck/should_succeed/tc086.hs [new file with mode: 0644]
ghc/compiler/tests/typecheck/should_succeed/tc087.hs [new file with mode: 0644]
ghc/compiler/tests/typecheck/should_succeed/tc088.hs [new file with mode: 0644]
ghc/compiler/typecheck/Inst.lhs
ghc/compiler/typecheck/TcInstDcls.lhs
ghc/compiler/typecheck/TcMatches.lhs
ghc/compiler/utils/FiniteMap.lhs