Functions | |
| SORT | sort (char *s) |
| Defining a sort of first-order logic. More... | |
Defining sorts of first-order logic.
| SORT sort | ( | char * | s | ) |
Defining a sort of first-order logic.
This function defines a sort in first-order logic, either interpreted if s is "Bool" or "Int", or uninterpreted otherwise.
| s | The name of the sort. |
1.8.13