lean2/tests/lean/noncomp_theory.lean.expected.out

6 lines
220 B
Text
Raw Normal View History

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