Skip to content
ontologydriven
Sign out

Dictionary

Words, grammatical forms and meanings linked to the ontology.

algebraic data type en · NOUN

Etymology

So named because they have algebraic properties with respect to their cardinality similar to normal integers.

Meanings

  1. (qualifier:type theory) A data type formed by combining other types.
    • Generally, algebraic data types represent sums of products, where the cases form the alternatives of a sum type, and each case represents a product type that can be constructed from zero to many constitutent types. An EDT is a special case of ADT where each product type is a singleton. 2021, Martin Odersky et al., chapter 19, in Programming in Scala, 5th edition, Artima, →ISBN:

Forms

SpellingFeaturesLabelsSource
algebraic data types Number=Plur lexicographic

Synonyms

ADT