[project @ 1996-04-07 15:41:24 by partain]
authorpartain <unknown>
Sun, 7 Apr 1996 15:44:00 +0000 (15:44 +0000)
committerpartain <unknown>
Sun, 7 Apr 1996 15:44:00 +0000 (15:44 +0000)
commitf9120c200bcf613b58d742802172fb4c08171f0d
treeeded2634a1a763253341a4290a83dbd3e339374c
parente5401e80e37622869b31d646a25da413c6801bae
[project @ 1996-04-07 15:41:24 by partain]
Sansom 1.3 changes through 960407
113 files changed:
ghc/compiler/Jmakefile
ghc/compiler/basicTypes/FieldLabel.lhs
ghc/compiler/basicTypes/Id.lhs
ghc/compiler/basicTypes/IdInfo.lhs
ghc/compiler/basicTypes/IdUtils.lhs
ghc/compiler/basicTypes/Name.lhs
ghc/compiler/basicTypes/NameLoop.lhi [deleted file]
ghc/compiler/basicTypes/NameTypes.lhs [deleted file]
ghc/compiler/basicTypes/ProtoName.lhs [deleted file]
ghc/compiler/basicTypes/UniqSupply.lhs
ghc/compiler/basicTypes/Unique.lhs
ghc/compiler/codeGen/CgBindery.lhs
ghc/compiler/codeGen/CgCase.lhs
ghc/compiler/codeGen/CgConTbls.lhs
ghc/compiler/codeGen/ClosureInfo.lhs
ghc/compiler/coreSyn/CoreLift.lhs
ghc/compiler/coreSyn/CoreLint.lhs
ghc/compiler/hsSyn/HsBinds.lhs
ghc/compiler/hsSyn/HsCore.lhs
ghc/compiler/hsSyn/HsDecls.lhs
ghc/compiler/hsSyn/HsExpr.lhs
ghc/compiler/hsSyn/HsImpExp.lhs
ghc/compiler/hsSyn/HsPat.lhs
ghc/compiler/hsSyn/HsPragmas.lhs
ghc/compiler/hsSyn/HsSyn.lhs
ghc/compiler/hsSyn/HsTypes.lhs
ghc/compiler/main/CmdLineOpts.lhs
ghc/compiler/main/ErrUtils.lhs
ghc/compiler/main/Main.lhs
ghc/compiler/main/MkIface.lhs
ghc/compiler/nativeGen/MachRegs.lhs
ghc/compiler/parser/UgenAll.lhs
ghc/compiler/parser/UgenUtil.lhs
ghc/compiler/parser/binding.ugn
ghc/compiler/parser/coresyn.ugn [deleted file]
ghc/compiler/parser/hpragma.ugn [deleted file]
ghc/compiler/parser/hslexer.flex
ghc/compiler/parser/hsparser.y
ghc/compiler/parser/hspincl.h
ghc/compiler/parser/literal.ugn
ghc/compiler/parser/syntax.c
ghc/compiler/parser/tree.ugn
ghc/compiler/parser/ttype.ugn
ghc/compiler/parser/utils.h
ghc/compiler/prelude/PrelInfo.lhs
ghc/compiler/prelude/PrelLoop.lhi
ghc/compiler/prelude/PrelMods.lhs
ghc/compiler/prelude/PrelVals.lhs
ghc/compiler/prelude/PrimOp.lhs
ghc/compiler/prelude/TysPrim.lhs
ghc/compiler/prelude/TysWiredIn.lhs
ghc/compiler/profiling/CostCentre.lhs
ghc/compiler/reader/PrefixSyn.lhs
ghc/compiler/reader/PrefixToHs.lhs
ghc/compiler/reader/RdrHsSyn.lhs
ghc/compiler/reader/RdrLoop.lhi [deleted file]
ghc/compiler/reader/ReadPragmas.lhs [deleted file]
ghc/compiler/reader/ReadPrefix.lhs
ghc/compiler/rename/Rename.lhs
ghc/compiler/rename/RnBinds.lhs [new file with mode: 0644]
ghc/compiler/rename/RnExpr.lhs [new file with mode: 0644]
ghc/compiler/rename/RnHsSyn.lhs
ghc/compiler/rename/RnIfaces.lhs [new file with mode: 0644]
ghc/compiler/rename/RnLoop.lhi
ghc/compiler/rename/RnMonad.lhs [new file with mode: 0644]
ghc/compiler/rename/RnMonad12.lhs [deleted file]
ghc/compiler/rename/RnMonad3.lhs [deleted file]
ghc/compiler/rename/RnMonad4.lhs [deleted file]
ghc/compiler/rename/RnNames.lhs [new file with mode: 0644]
ghc/compiler/rename/RnPass2.lhs [deleted file]
ghc/compiler/rename/RnPass3.lhs [deleted file]
ghc/compiler/rename/RnSource.lhs [new file with mode: 0644]
ghc/compiler/rename/RnUtils.lhs
ghc/compiler/simplCore/SATMonad.lhs
ghc/compiler/simplCore/SimplEnv.lhs
ghc/compiler/simplCore/Simplify.lhs
ghc/compiler/simplStg/SimplStg.lhs
ghc/compiler/simplStg/StgVarInfo.lhs
ghc/compiler/specialise/SpecUtils.lhs
ghc/compiler/specialise/Specialise.lhs
ghc/compiler/stgSyn/StgLint.lhs
ghc/compiler/typecheck/Inst.lhs
ghc/compiler/typecheck/TcBinds.lhs
ghc/compiler/typecheck/TcClassDcl.lhs
ghc/compiler/typecheck/TcClassSig.lhs
ghc/compiler/typecheck/TcDeriv.lhs
ghc/compiler/typecheck/TcEnv.lhs
ghc/compiler/typecheck/TcExpr.lhs
ghc/compiler/typecheck/TcGenDeriv.lhs
ghc/compiler/typecheck/TcHsSyn.lhs
ghc/compiler/typecheck/TcIfaceSig.lhs
ghc/compiler/typecheck/TcInstDcls.lhs
ghc/compiler/typecheck/TcInstUtil.lhs
ghc/compiler/typecheck/TcLoop.lhi
ghc/compiler/typecheck/TcMatches.lhs
ghc/compiler/typecheck/TcModule.lhs
ghc/compiler/typecheck/TcMonad.lhs
ghc/compiler/typecheck/TcMonoType.lhs
ghc/compiler/typecheck/TcPat.lhs
ghc/compiler/typecheck/TcTyClsDecls.lhs
ghc/compiler/typecheck/TcTyDecls.lhs
ghc/compiler/typecheck/TcType.lhs
ghc/compiler/typecheck/Typecheck.lhs
ghc/compiler/types/Class.lhs
ghc/compiler/types/PprType.lhs
ghc/compiler/types/TyCon.lhs
ghc/compiler/types/TyLoop.lhi
ghc/compiler/types/TyVar.lhs
ghc/compiler/utils/Outputable.lhs
ghc/compiler/utils/SST.lhs
ghc/compiler/utils/Ubiq.lhi
ghc/compiler/utils/UniqFM.lhs
ghc/compiler/utils/UniqSet.lhs