Skip to main content

Module type_kind

Module type_kind 

Source
Expand description

A TypeKind is a node in the Table’s type graph

Modules§

display 🔒
Display implementations for TypeKind, Adt, and Primitive

Enums§

Adt
A user-defined Aromatic Data Type
Primitive
The set of compiler-intrinsic types. These primitive types have native implementations of the basic operations.
TypeKind
A TypeKind represents an item (a component of a Table)
Visibility