lean4-htt/tests/lean/elab7.lean
2017-03-09 18:41:19 -08: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) :: []