Added the functionTypesChecked property to the dummy occam pass
This commit is contained in:
parent
78c2160eb4
commit
1650d55d4e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user