fix(tests/lean/notation): remove 'sorry' warning from expected outputs
This commit is contained in:
parent
854e72e665
commit
c09bb3cc6f
3 changed files with 0 additions and 3 deletions
|
@ -1,3 +1,2 @@
|
|||
notation2.lean:2:0: warning: imported file uses 'sorry'
|
||||
1 :: 2 :: nil : list num
|
||||
1 :: 2 :: 3 :: 4 :: 5 :: nil : list num
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
notation3.lean:2:0: warning: imported file uses 'sorry'
|
||||
[ a, b, b ] : list num
|
||||
(a, true, a = b, b) : num × Prop × Prop × num
|
||||
(a, b) : num × num
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
notation4.lean:2:0: warning: imported file uses 'sorry'
|
||||
∃ (A : Type₁) (x y : A), x = y : Prop
|
||||
∃ (x : num), x = 0 : Prop
|
||||
Σ (x : num), x = 10 : Type₁
|
||||
|
|
Loading…
Reference in a new issue