lean4-htt/tests/lean/run/axiom_code.lean
Leonardo de Moura 91079faf97 fix(library/equations_compiler/compiler): problem introduced by recent changes
The problem was reported by @digama at slack.
2017-11-03 10:46:40 -07:00

4 lines
87 B
Text

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