lean4-htt/tests/lean/run/univ_elab_issue.lean

2 lines
85 B
Text

meta def foo (ex_lst : list name) (e : expr) : list name :=
e^.fold [] (λ c _ l, l)