Domain Expression
Defines the domain.
The domains we currently support are:
- boolean
- integer
For example, it can be used like this:

Which would produce the following Essence Output:
domain int ( 0 .. 5 )
For more information about domains in essence, see this.