lean4-htt/tests/lean/binrel_binop.lean.expected.out
Leonardo de Moura 2b2f315fb9 chore: fix tests
2022-05-31 18:01:48 -07:00

6 lines
367 B
Text

binrel_binop.lean:1:8-1:11: warning: declaration uses 'sorry'
ex1 : ∀ (a : Int) (b c : Nat), a = Int.ofNat b - Int.ofNat c
binrel_binop.lean:5:8-5:11: warning: declaration uses 'sorry'
ex2 : ∀ (a : Int) (b c : Nat), a = Int.ofNat b - Int.ofNat c
binrel_binop.lean:9:8-9:11: warning: declaration uses 'sorry'
ex3 : ∀ (a : Int) (b c : Nat), a = Int.ofNat (b - c)