Sciweavers

DLS
2008

Gradual typing with unification-based inference

13 years 6 months ago
Gradual typing with unification-based inference
Static and dynamic type systems have well-known strengths and weaknesses. Gradual typing provides the benefits of both in a single language by giving the programmer control over which portions of the program are statically checked based on the presence or absence of type annotations. This paper studies the combination of gradual typing and unification-based type inference with the goal of developing a system that helps programmers increase the amount of static checking in their program. The key question in combining gradual typing and type inference is how should the dynamic type of a gradual system interact with the type variables of a type inference system. This paper explores the design space and shows why three straightforward approaches fail to meet our design goals. This paper presents a new type system based on the idea that a solution for a type variable should be as informative as any type that constrains the variable. The paper also develops an efficient inference algorithm ...
Jeremy G. Siek, Manish Vachharajani
Added 19 Oct 2010
Updated 19 Oct 2010
Type Conference
Year 2008
Where DLS
Authors Jeremy G. Siek, Manish Vachharajani
Comments (0)