pub fn fold_program<'new, 'src, F: Fold<'src> + ?Sized>( folder: &mut F, arena: &'new Bump, program: &Program<'_, 'src>, ) -> Program<'new, 'src>