Jump to content

Inductive data type

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Vmavanti (talk | contribs) at 23:05, 29 March 2018 (Cleanup per WP:MOSDAB using Dabfix). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Inductive data type may refer to:

  • Algebraic data type, a datatype each of whose values is data from other datatypes wrapped in one of the constructors of the datatype
  • Inductive family, a family of inductive data types indexed by another type or value
  • Recursive data type, a data type for values that may contain other values of the same type

See also