-
Notifications
You must be signed in to change notification settings - Fork 12
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 (includingInts); -
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-8to7inclusive, since the default bitwidth is4. See [Integers|Integers] for more information.