14 lines
412 B
Text
14 lines
412 B
Text
minimize_errors.lean:1:4: warning: declaration 'f' uses sorry
|
||
minimize_errors.lean:1:4: warning: declaration 'f.equations._eqn_1' uses sorry
|
||
minimize_errors.lean:2:0: error: type mismatch, expression
|
||
λ (a : ℕ), a
|
||
has type
|
||
ℕ → ℕ
|
||
but is expected to have type
|
||
ℕ → ℕ → ℕ
|
||
f : ℕ → ℕ → ℕ
|
||
g : ℕ → ℕ → ℕ
|
||
def g : ℕ → ℕ → ℕ :=
|
||
f
|
||
def h : ℕ → ℕ → ℕ :=
|
||
h._main
|