pub fn aexpr_to_leaf_names_iter(
    node: Node,
    arena: &Arena<AExpr>
) -> impl Iterator<Item = Arc<str>> + '_