Function stable_and_temp
Source pub broadcast proof fn stable_and_temp<T>(p: TempPred<T>, q: TempPred<T>)
Expand description
requiresvalid(stable(p)),
valid(stable(q)),
ensures#[trigger] valid(stable(p.and(q))),
p ∧ q is stable if both p and q are stable.
§Preconditions
§Postconditions