Module Relude_ListZipper.Foldable
type t('a)
= t('a)
;
let fold_left: ('a => 'b => 'a) => 'a => t('b) => 'a;
let fold_right: ('b => 'a => 'a) => 'a => t('b) => 'a;
module Fold_Map_Any: (M: BsBastet.Interface.MONOID_ANY) => { ... };
module Fold_Map_Plus: (P: BsBastet.Interface.PLUS) => { ... };