be61fb0566
When the command "noncomputable theory" is used, Lean will not sign an error when a noncomputable definition is not marked as noncomputable
5 lines
220 B
Text
5 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
|