Abstract
The design space for type systems that support impredicative instantiation is extremely complicated. One needs to strike a balance between expressiveness, simplicity for both the end programmer and the type system implementor, and how easily the system can be integrated with other advanced type system concepts. In this paper, we propose a new point in the design space, which we call guarded impredicativity. Its key idea is that impredicative instantiation in an application is allowed for type variables that occur under a type constructor. The resulting type system has a clean declarative specification — making it easy for programmers to predict what will type and what will not —, allows for a smooth integration with GHC’s OutsideIn(X) constraint solving framework, while giving up very little in terms of expressiveness compared to systems like HMF, HML, FPH and MLF. We give a sound and complete inference algorithm, and prove a principal type property for our system.
Original language | English |
---|---|
Title of host publication | Proceedings of the 39th ACM SIGPLAN Conference on Programming Language Design and Implementation |
Subtitle of host publication | PLDI 2018 |
Publisher | Association for Computing Machinery |
Pages | 783-796 |
Number of pages | 14 |
ISBN (Print) | 9781450356985 |
DOIs | |
Publication status | Published - 11 Jun 2018 |
Keywords
- Type systems
- impredicative polymorphism
- constraint-based inference