Towards Algorithmic Typing for DOT

08/17/2017
by   Abel Nieto, et al.
0

The Dependent Object Types (DOT) calculus formalizes key features of Scala. The D_<: calculus is the core of DOT. To date, presentations of D_<: have used declarative typing and subtyping rules, as opposed to algorithmic. Unfortunately, algorithmic typing for full D_<: is known to be an undecidable problem. We explore the design space for a restricted version of D_<: that has decidable typechecking. Even in this simplified D_<: , algorithmic typing and subtyping are tricky, due to the "bad bounds" problem. The Scala compiler bypasses bad bounds at the cost of a loss in expressiveness in its type system. Based on the approach taken in the Scala compiler, we present the Step Typing and Step Subtyping relations for D_<: . We prove these relations sound and decidable. They are not complete with respect to the original D_<: rules.

READ FULL TEXT

Please sign up or login with your details

Forgot password? Click here to reset