It now relies on `binop%` too, and addresses issue reported at https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/Regression.20in.20coercion.20inference/near/281737387
6 lines
370 B
Text
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)
|