pub fn fold_expr_dict<U, F: Fold<U> + ?Sized>(
    folder: &mut F,
    node: ExprDict<U>
) -> Result<ExprDict<F::TargetU>, F::Error>