Skip to content
Snippets Groups Projects

add rename-by-pattern tactic

Merged Ralf Jung requested to merge ralf/rename-by-pat into master
All threads resolved!
Files
3
+ 3
0
@@ -48,3 +48,6 @@ Proof.
@@ -48,3 +48,6 @@ Proof.
intros * HH. split_and!; [ destruct_and? HH; assumption | destruct_and?; assumption | ].
intros * HH. split_and!; [ destruct_and? HH; assumption | destruct_and?; assumption | ].
destruct_and?. Fail destruct_and!. assumption.
destruct_and?. Fail destruct_and!. assumption.
Qed.
Qed.
 
 
Goal forall (n : nat), m : nat, True.
 
Proof. intros ?. rename select nat into m. exists m. done. Qed.
Loading