flix

0.67.2

Fixpoint3.BoxingType.Types

enum TypesSource
case TyUnknowncase TyBoolcase TyCharcase TyInt8case TyInt16case TyInt32case TyInt64case TyFloat32case TyFloat64case TyObject

Types represent the different types a program can contain.

Unknown is a temporary placeholder for the current type. For instance, we cannot know the type of x in the body atom P(x) until we meet a value, (for instance P(1))