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) :: []