Module Bastet__Option.Foldable

type 'a t = 'a option
val fold_left : ('a -> 'b -> 'a) -> 'a -> 'b t -> 'a
val fold_right : ('b -> 'a -> 'a) -> 'a -> 'b t -> 'a
module Fold_Map : functor (M : Bastet.Interface.MONOID) -> sig ... end
module Fold_Map_Any : functor (M : Bastet.Interface.MONOID_ANY) -> sig ... end
module Fold_Map_Plus : functor (P : Bastet.Interface.PLUS) -> sig ... end