-
Notifications
You must be signed in to change notification settings - Fork 9
Constants
Tim Nelson edited this page Jan 22, 2022
·
1 revision
Forge provides a few built-in constants:
-
univ
: the set of all objects in the universe (includingInt
s); -
none
: the empty set (of arity 1); -
iden
: the identity relation (a total function from all objects in the universe to themselves, includingInts
); -
Int
: the set of available integer objects. By default it contains-8
to7
inclusive, since the default bitwidth is4
. See [Integers|Integers] for more information.