A Church-Style Intermediate Language for MLF
Abstract
MLF is a type system that seamlessly merges ML-style implicit butsecond-class polymorphism with System-F explicit first-classpolymorphism. We present xMLF, a Church-style version of MLF with fulltype information that can easily be maintained during reduction. Allparameters of functions are explicitly typed and both type abstractionand type instantiation are explicit. However, type instantiation in xMLFis more general than type application in System F. We equip xMLF with asmall-step reduction semantics that allows reduction in any context, andshow that this relation is confluent and type preserving. We also showthat both subject reduction and progress hold for weak-reductionstrategies, including call-by-value with the value-restriction. Weexhibit a type preserving encoding of MLF into xMLF, which shows thatxMLF can be used as the internal language for MLF after type inference,and also ensures type soundness for the most expressive variant of MLF.
Origin : Files produced by the author(s)