Lukas' Notes

type-theory

Definition

Base Type

A base type is an atomic type that is not built by applying a type constructor to other types.

In a simple type grammar, base types are the constants in

Examples include , , and .