Primitive Types

The following is the list of the primitive typed types, from which, using type factories, one can build other derived types.

primitive Python types

type definition

Int int

additional typed types

type definition

Any isinstance(x, Any) is True everywhere

function types

type definition

PlainFuncType …

Factories

Derived Types

typed.examples