Add more bad 8pus tests

This commit is contained in:
augustin64 2024-05-20 14:52:19 +02:00
parent e6680b181c
commit 6313af9346
3 changed files with 9 additions and 5 deletions

View File

@ -0,0 +1,5 @@
Goal A -> B -> A.
intro.
exact H1.
exact H0.
Qed.

View File

@ -1,5 +1,2 @@
Goal A -> B -> A.
intro.
exact H1.
exact H0.
Qed.
Goal A -> B.
exact (fun (x:A) => x).

View File

@ -0,0 +1,2 @@
Goal A -> B.
exact (fun (x:A) => y).