틀:DataTypes
| Uninterpreted | Bit, Byte, Trit, Tryte, Word |
| Numeric | Integer (signedness), Fixed-point, Floating-point, Rational, Complex, Bignum, Interval, Decimal |
| Text | Character, String (null-terminated) |
| Pointer | Address (physical, virtual), Reference |
| Composite | Algebraic data type (generalized), Array, Associative array, Class, List, Object (Metaobject), Option type, Product, Record, Set, Union (tagged) |
| Other | Boolean, Bottom type, Collection, Enumerated type, Exception, Function type, Opaque data type, Recursive data type, Semaphore, Stream, Top type, Type class, Unit type, Void |
| Related topics | Type system, Abstract data type, Data structure, Protocol (Interface), Kind (Metaclass), Primitive data type, Subtyping, Generic, Type constructor, Type conversion, Parametric polymorphism |