Polymorphic Subtyping in O'Haskell (2001)
| Venue: | APPSEM Workshop on Subtyping and Dependent Types in Programming, 2000 |
| Citations: | 4 - 0 self |
BibTeX
@INPROCEEDINGS{Nordlander01polymorphicsubtyping,
author = {Johan Nordlander},
title = {Polymorphic Subtyping in O'Haskell},
booktitle = {APPSEM Workshop on Subtyping and Dependent Types in Programming, 2000},
year = {2001}
}
OpenURL
Abstract
O'Haskell is a programming language derived from Haskell by the addition of concurrent reactive objects and subtyping. Because Haskell already encompasses an advanced type system with polymorphism and overloading, the type system of O'Haskell is much richer than what is the norm in almost any widespread object-oriented or functional language. Yet there is strong evidence that O'Haskell is not a complex language to use, and that both Java and Haskell programmers can easily find their way with its polymorphic subtyping system. This paper describes the type system of O'Haskell both formally and from a programmer's point of view; the latter task is accomplished with the aid of an illustrative, real world programming example: a strongly typed interface to the graphical toolkit Tk.







