fix(tests/lean/notation): remove 'sorry' warning from expected outputs

This commit is contained in:
Leonardo de Moura 2014-10-20 15:34:44 -07:00
parent 854e72e665
commit c09bb3cc6f
3 changed files with 0 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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₁