lean4-htt/tests/lean/run/period_after_eqns.lean
2017-03-09 18:41:19 -08:00

6 lines
55 B
Text

def f : nat → nat
| 0 := 1
| (a+1) := 1
.
#check 10