lean4-htt/tests/lean/elab7.lean
2016-07-27 11:40:30 -07:00

10 lines
163 B
Text

set_option pp.all true
set_option pp.purify_metavars false
#elab λ x : nat, x + 1
#elab λ x y : nat, x + y
#elab λ x y, x + y + 1
#elab λ x, (x + 1) :: []