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