chore: fix test
This commit is contained in:
parent
b1617fe04c
commit
3dfd14dfff
2 changed files with 18 additions and 1 deletions
|
|
@ -1 +1,18 @@
|
|||
file '361.lean' not found
|
||||
361.lean:3:0: error: expected '{' or tactic
|
||||
361.lean:1:60-1:62: error: unsolved goals
|
||||
p q r : Prop
|
||||
h1 : p ∨ q
|
||||
h2 : p → q
|
||||
⊢ q
|
||||
361.lean:6:0: error: unexpected end of input; expected '{'
|
||||
361.lean:5:11-5:13: error: unsolved goals
|
||||
p q r : Prop
|
||||
h2 : p → q
|
||||
h✝ : p
|
||||
⊢ q
|
||||
361.lean:3:60-5:13: error: unsolved goals
|
||||
case inr
|
||||
p q r : Prop
|
||||
h2 : p → q
|
||||
h✝ : q
|
||||
⊢ q
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue