Add more bad 8pus tests
This commit is contained in:
parent
e6680b181c
commit
6313af9346
5
tests/8pus/bad/badHtype_exact.8pus
Normal file
5
tests/8pus/bad/badHtype_exact.8pus
Normal file
@ -0,0 +1,5 @@
|
||||
Goal A -> B -> A.
|
||||
intro.
|
||||
exact H1.
|
||||
exact H0.
|
||||
Qed.
|
@ -1,5 +1,2 @@
|
||||
Goal A -> B -> A.
|
||||
intro.
|
||||
exact H1.
|
||||
exact H0.
|
||||
Qed.
|
||||
Goal A -> B.
|
||||
exact (fun (x:A) => x).
|
2
tests/8pus/bad/notype_exact.8pus
Normal file
2
tests/8pus/bad/notype_exact.8pus
Normal file
@ -0,0 +1,2 @@
|
||||
Goal A -> B.
|
||||
exact (fun (x:A) => y).
|
Loading…
Reference in New Issue
Block a user