Changeset ec20ab9 for doc/theses/jiada_liang_MMath/intro.tex
- Timestamp:
- May 12, 2024, 8:42:31 PM (5 months ago)
- Branches:
- master
- Children:
- bf4fe05
- Parents:
- 07e9df1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/jiada_liang_MMath/intro.tex
r07e9df1 rec20ab9 135 135 136 136 \subsection{Algebraic Data Type} 137 \label{s:AlgebraicDataType} 137 138 138 139 An algebraic data type (ADT)\footnote{ADT is overloaded with abstract data type.} is another language feature often linked with enumeration, where an ADT conjoins an arbitrary type, possibly a \lstinline[language=C++]{class} or @union@, and a named constructor.
Note: See TracChangeset
for help on using the changeset viewer.