be7fa0932a
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
32 lines
632 B
Text
32 lines
632 B
Text
Set: pp::colors
|
||
Set: pp::unicode
|
||
Error (line: 1, pos: 10) application type mismatch, none of the overloads can be used
|
||
Candidates:
|
||
Real::add : ℝ → ℝ → ℝ
|
||
Int::add : ℤ → ℤ → ℤ
|
||
Nat::add : ℕ → ℕ → ℕ
|
||
Arguments:
|
||
1 : ℕ
|
||
⊤ : Bool
|
||
Assumed: R
|
||
Assumed: T
|
||
Assumed: r2t
|
||
Coercion r2t
|
||
Assumed: t2r
|
||
Coercion t2r
|
||
Assumed: f
|
||
Assumed: a
|
||
Assumed: b
|
||
Set: lean::pp::coercion
|
||
Set: lean::pp::notation
|
||
f a b
|
||
f (r2t b) (t2r a)
|
||
Assumed: g
|
||
f a b
|
||
Error (line: 19, pos: 10) ambiguous overloads
|
||
Candidates:
|
||
g : R → T → R
|
||
f : T → R → T
|
||
Arguments:
|
||
b : R
|
||
a : T
|