pub fn fold_distinct<F, T: AstInfo, T2: AstInfo>(
    folder: &mut F,
    node: Distinct<T>
) -> Distinct<T2>
where F: Fold<T, T2> + ?Sized,