Closed GinoGiotto closed 8 months ago
The apply tactic requires a statement label after with. Therefore, if I want to specify the substitution for ps, I need to provide its corresponding label, which in this case is wps.
apply
with
ps
wps
The
apply
tactic requires a statement label afterwith
. Therefore, if I want to specify the substitution forps
, I need to provide its corresponding label, which in this case iswps
.