2015-10-13 18:35:16 -07:00
|
|
|
|
noncomp_theory.lean:4:0: error: definition 'f' is noncomputable, it depends on 'real.real_has_division'
|
2015-07-29 17:54:35 -07:00
|
|
|
|
noncomputable definition g : ℝ → ℝ → ℝ :=
|
2015-10-13 18:35:16 -07:00
|
|
|
|
λ (a : ℝ), division (a + a)
|
2015-07-29 17:54:35 -07:00
|
|
|
|
definition r : ℕ → ℕ :=
|
|
|
|
|
λ (a : ℕ), a
|