pub fn fold_idents<V: ?Sized + Fold>(
    _visitor: &mut V,
    n: Vec<Ident>
) -> Vec<Ident>