Offset representation for natural number expressions #
This module provides utilities for representing Nat expressions in the form e + k,
where e is an arbitrary expression and k is a constant.
This normalization is used during pattern matching and unification.
Increments the constant part of the offset by k'.
Equations
Instances For
Returns true if e is an offset term.