lean4-htt/old_tests/tests/lean/run/axiom_code.lean
2018-04-10 12:56:55 -07:00

4 lines
87 B
Text

constant ax : nat
noncomputable def test : nat → nat
| 0 := ax
| (n+1) := test n