chore: fix test
This commit is contained in:
parent
9739356b91
commit
0f0f1407af
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ precissues.lean:15:10: error: expected command
|
|||
1 : Nat
|
||||
id ((λ (this : True), this) True.intro) : True
|
||||
0=(λ (this : Nat), this) 1 : Prop
|
||||
0=let x : Nat := 0 in x : Prop
|
||||
0=let x : Nat := 0; x : Prop
|
||||
p↔¬q : Prop
|
||||
True=¬False : Prop
|
||||
p∧¬q : Prop
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue