18 lines
445 B
Text
18 lines
445 B
Text
elab4b.lean:9:6: error: none of the overloads are applicable
|
|
error for bla.f
|
|
failed to synthesize type class instance for
|
|
⊢ has_add bool
|
|
|
|
error for foo.f
|
|
function expected at
|
|
f 0 1
|
|
|
|
error for boo.f
|
|
function expected at
|
|
f 0 1 2
|
|
elab4b.lean:11:6: error: ambiguous overload, possible interpretations
|
|
foo.f 0 1
|
|
boo.f 0 1
|
|
elab4b.lean:13:6: error: ambiguous overload, possible interpretations
|
|
bla.f bool.tt bool.ff
|
|
foo.f bool.tt bool.ff
|