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