Expand description
This module provides an enum for terms. A term can either be a Variable or a Function. This also implements the serializability of terms.
Modules§
Structs§
- A function symbol with fixed arity and fixed types.
- A variable symbol with fixed type.