Added the functionTypesChecked property to the dummy occam pass

This commit is contained in:
Neil Brown 2008-03-23 11:47:59 +00:00
parent 78c2160eb4
commit 1650d55d4e

View File

@ -57,7 +57,8 @@ occamPasses = makePassesDep' ((== FrontendOccam) . csFrontend)
[], [],
Prop.agg_namesDone ++ [Prop.expressionTypesChecked, Prop.agg_namesDone ++ [Prop.expressionTypesChecked,
Prop.inferredTypesRecorded, Prop.mainTagged, Prop.inferredTypesRecorded, Prop.mainTagged,
Prop.processTypesChecked]) Prop.processTypesChecked,
Prop.functionTypesChecked])
] ]
-- | Fixed the types of array constructors according to the replicator count -- | Fixed the types of array constructors according to the replicator count