5 lines
233 B
Text
5 lines
233 B
Text
noncomp_theory.lean:4:0: error: definition 'f' is noncomputable, it depends on 'real.real_has_division'
|
||
noncomputable definition g : ℝ → ℝ → ℝ :=
|
||
λ (a : ℝ), division (a + a)
|
||
definition r : ℕ → ℕ :=
|
||
λ (a : ℕ), a
|