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