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

10 lines
167 B
Text

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