lean4-htt/tests/lean/binrel_binop.lean.expected.out
2022-05-09 18:39:52 -07:00

6 lines
370 B
Text

binrel_binop.lean:1:51-1:56: warning: declaration uses 'sorry'
ex1 : ∀ (a : Int) (b c : Nat), a = Int.ofNat b - Int.ofNat c
binrel_binop.lean:5:49-5:54: warning: declaration uses 'sorry'
ex2 : ∀ (a : Int) (b c : Nat), a = Int.ofNat b - Int.ofNat c
binrel_binop.lean:9:52-9:57: warning: declaration uses 'sorry'
ex3 : ∀ (a : Int) (b c : Nat), a = Int.ofNat (b - c)