lean4-htt/tests/lean/noncomp.lean
2017-02-05 14:01:03 +01:00

8 lines
137 B
Text

open nat
axiom n : nat
definition f (x : nat) := -- Error this is not computable
x + n
noncomputable definition g (x : nat) := x + n