Next: absynutils.n
Up: Implementation
Previous: preinfer.n
PostInfer.postinfer: Absyn.topdec -> Absyn.topdec
removes redundant language
features in a given absyn program in order to help the performance of
the analysis.
- It removes ConstraintPat, ConstraintExp and
ConstraintSig.
- It transforms [SimpleDec(d1,i1), SimpleDec(d2,i2)] to
SimpleDec(SeqDec([d1,d2],i1),i2).
Sukyoung Ryu
2001-08-31