lean4-htt/old_tests/tests/lean/noncomp.lean
2018-04-10 12:56:55 -07: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