pub open spec fn later<T>(temp_pred: TempPred<T>) -> TempPred<T>
{ TempPred::new(|ex: Execution<T>| temp_pred.satisfied_by(ex.suffix(1))) }