Rename the hypothesis at the given location.
Instances For
tla_rename h => h' renames a proof-mode temporal hypothesis. The predicate
and the hypothesis position are unchanged.
For example, if the context contains hp : p, then
tla_rename hp => hp'
changes the context entry to hp' : p. A numeric index can be used instead of
a name:
tla_rename 0 => hHead
Equations
- One or more equations did not get rendered due to their size.