Generalized algebraic data type

From Wiki @ Karl Jones dot com
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