Changes between Version 11 and Version 12 of ModuleDependencies
- Timestamp:
- 05/19/06 09:29:26 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModuleDependencies
v11 v12 32 32 * !TypeRep (loop !DataCon.!DataCon, loop Subst.substTyWith) 33 33 * Type (loop !PprType.pprType, loop Subst.substTyWith) 34 * !FieldLabel (Type), !TysPrim(Type)34 * !FieldLabel (Type), !TysPrim (Type) 35 35 * Literal (!TysPrim, !PprType), !DataCon (loop !PprType, loop Subst.substTyWith, !FieldLabel.!FieldLabel) 36 36 * !TysWiredIn (loop !MkId.mkDataConIds) 37 * !TcType ( lots of !TysWiredIn stuff)38 * !PprType ( lots of !TcType stuff )37 * !TcType ( lots of !TysWiredIn stuff) 38 * !PprType ( lots of !TcType stuff ) 39 39 * !PrimOp (!PprType, !TysWiredIn) 40 40 * !CoreSyn [does not import Id] … … 43 43 * !CoreFVs, !PprCore 44 44 * !CoreUtils (!PprCore.pprCoreExpr, !CoreFVs.exprFreeVars, !CoreSyn.isEvaldUnfolding !CoreSyn.maybeUnfoldingTemplate) 45 * !CoreLint ( !CoreUtils ), !OccurAnal (!CoreUtils.exprIsTrivial), !CoreTidy (!CoreUtils.exprArity )45 * !CoreLint ( !CoreUtils ), !OccurAnal (!CoreUtils.exprIsTrivial), !CoreTidy (!CoreUtils.exprArity ) 46 46 * !CoreUnfold (!OccurAnal.occurAnalyseGlobalExpr) 47 47 * Subst (!CoreUnfold.Unfolding, !CoreFVs), Generics (!CoreUnfold.mkTopUnfolding), Rules (!CoreUnfold.Unfolding, !PprCore.pprTidyIdRules) 48 48 * !MkId (!CoreUnfold.mkUnfolding, Subst, Rules.addRule) 49 * !PrelInfo (!MkId), !HscTypes ( Rules.!RuleBase )49 * !PrelInfo (!MkId), !HscTypes ( Rules.!RuleBase ) 50 50 51 51 * That is the end of the infrastructure. Now we get the main layer of mdoules that perform useful work.
