[][src]Function adapton::catalog::collections::list_fold

pub fn list_fold<X, L: ListElim<X>, F, Res>(l: L, res: Res, body: Rc<F>) -> Res where
    F: Fn(X, Res) -> Res, 

Ignores names; performs no memoization; use tree_fold_* for lists that could be long.