Generalized algebraic data type

From Wiki @ Karl Jones dot com
Revision as of 10:59, 20 September 2016 by Karl Jones (Talk | contribs) (Created page with "In functional programming, a '''generalized algebraic data type''' ('''GADT''', also '''first-class phantom type''', '''guarded recursive datatype''', or '''equality-quali...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In functional programming, a generalized algebraic data type (GADT, also first-class phantom type, guarded recursive datatype, or equality-qualified type) is a generalization of parametric algebraic data types.

See also

External links