macro_rules! try_fold {
    ($self:ident, $acc:ident, $f:ident, $body:block) => { ... };
}