Module formality_core::variable
source · Structs
- Identifies a bound variable.
- A universal variable is a dummy variable about which nothing is known except that which we see in the environment. When we want to prove something is true for all
T
(∀T
), we replaceT
with a universal variable.
Enums
- A term representing a variable.