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