On understanding types, data abstraction, and polymorphism

The work

AuthorsLuca Cardelli; Peter Wegner
Typearticle
Year1985
Citekeycardelli1985understanding

Where it appeared

Published inACM Computing Surveys
PublisherAssociation for Computing Machinery
Volume17
Issue4
Pages471--523

Identifiers

DOI10.1145/6041.6042
OpenAlexW2027657506

Abstract

Our objective is to understand the notion of type in programming languages, present a model of typed, polymorphic programming languages that reflects recent research in type theory, and examine the relevance of recent research to the design of practical programming languages. Object-oriented languages provide both a framework and a motivation for exploring the interaction among the concepts of type, data abstraction, and polymorphism, since they extend the notion of type to data abstraction and since type inheritance is an important form of polymorphism. We develop a λ-calculus-based model for type systems that allows us to explore these interactions in a simple setting, unencumbered by complexities of production programming languages. The evolution of languages from untyped universes to monomorphic and then polymorphic type systems is reviewed. Mechanisms for polymorphism such as overloading, coercion, subtyping, and parameterization are examined. A unifying framework for polymorphic type systems is developed in terms of the typed λ-calculus augmented to include binding of types by quantification as well as binding of values by abstraction. The typed λ-calculus is augmented by universal quantification to model generic functions with type parameters, existential quantification and packaging (information hiding) to model abstract data types, and bounded quantification to model subtypes and type inheritance. In this way we obtain a simple and precise characterization of a powerful type system that includes abstract data types, parametric polymorphism, and multiple inheritance in a single consistent framework. The mechanisms for type checking for the augmented λ-calculus are discussed. The augmented typed λ-calculus is used as a programming language for a variety of illustrative examples. We christen this language Fun because fun instead of λ is the functional abstraction keyword and because it is pleasant to deal with. Fun is mathematically simple and can serve as a basis for the design and implementation of real programming languages with type facilities that are more powerful and expressive than those of existing programming languages. In particular, it provides a basis for the design of strongly typed object-oriented languages.

A copy is held

pdf, 4.0 MB. Not published — it may be under copyright. The facts and links here are.

How it got here

How it got hereagent via openalex
Added2026-08-05 00:00 UTC
Approved bya person 2026-08-08 16:15 UTC

Cite it as

@article{cardelli1985understanding,
  title        = {On understanding types, data abstraction, and polymorphism},
  author       = {Luca Cardelli and Peter Wegner},
  year         = {1985},
  journal      = {ACM Computing Surveys},
  volume       = {17},
  number       = {4},
  pages        = {471--523},
  publisher    = {Association for Computing Machinery},
  doi          = {10.1145/6041.6042},
}

This record lives at https://refs.drheap.org/cardelli1985understanding/ and will keep doing so.