Union Types for Object-Oriented Programming

By Atsushi Igarashi and Hideshi Nagira. Journal of Object Technology, 6(2):31-45, February 2007.

A preliminary version appeared in Proceedings of the 21st Annual ACM Symposium on Applied Computing (SAC2006), pages 1435-1441, Dijon, France, April 2006.

Abstract

We propose union types for statically typed class-based object-oriented languages as a means to enhance the flexibility of subtyping. As its name suggests, a union type can be considered a set union of instances of several types and behaves as their least common supertype. It also plays the role of an interface that `factors out' commonality of given types---fields of the same name and methods with similar signatures. Union types can be useful for implementing heterogeneous collections and for grouping independently developed classes with similar interfaces, which has been considered difficult in languages like Java. To rigorously show the safety of union types, we formalize them on top of Featherweight Java and prove that the type system is sound.

pdf files