[][src]Type Definition type_freak::list::LFold

type LFold<List, Init, Func> = ApplyFunctor<LFoldFunctor<Init, Func>, List>;