Standard Library
The "standard library" consists of all built-in types, functions, and procedures of Caesar.
📄️ Booleans
The Bool type contains the values true and false.
📄️ Number Types
Caesar supports a variety of unbounded numerical types.
📄️ Lists
The standard library includes a type for lists []T where T is the type of elements.
📄️ Distribution Expressions
Caesar supports a limited number of probability distributions as built-ins.