Removed the fixConstructorTypes pass for now
This pass was responsible for screwing up the types of all arrays after type inference, and the compiler seems to work fine without it
This commit is contained in:
parent
cbeeef486e
commit
1591940996
|
@ -41,7 +41,7 @@ occamPasses =
|
|||
[ occamOnlyPass "Dummy occam pass" [] (Prop.agg_namesDone ++ [Prop.mainTagged]) return
|
||||
, inferTypes
|
||||
, foldConstants
|
||||
, fixConstructorTypes
|
||||
-- , fixConstructorTypes
|
||||
, checkConstants
|
||||
, resolveAmbiguities
|
||||
, checkTypes
|
||||
|
|
Loading…
Reference in New Issue
Block a user