Add more bad 8pus tests

This commit is contained in:
augustin64 2024-05-20 11:13:28 +02:00
parent d40f4081c4
commit b17a1c3662
8 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,6 @@
Goal A -> B -> C -> A.
intros.
apply.
exact.
assumption.
Qed.

View File

@ -0,0 +1,4 @@
Goal A -> B -> A.
intros.
Qed.
Check.

View File

@ -0,0 +1 @@
Undo.

View File

@ -0,0 +1,6 @@
Goal A -> B.
intro.
Undo.
Undo.
Undo.
Undo.

View File

@ -0,0 +1,7 @@
Goal (A -> B) -> A -> B.
intros.
apply H0.
exact H1.
Qed.
Undo.
Qed.

View File

@ -0,0 +1,7 @@
Goal A -> B -> A.
intros.
try intro.
Undo.
intro.
exact H0.
Qed.

View File

@ -0,0 +1,2 @@
Goal A -> B.
ancienttactic.

View File

@ -0,0 +1,3 @@
Goal A -> B -> C -> A.
intros.
try autosolve.