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
Caesar provides a built-in list type []T where T is the element type.
📄️ Distribution Expressions
Caesar supports a limited number of probability distributions as built-ins.