Module Option.Traversable
Parameters
Signature
type 'a t= 'a optionand 'a applicative_t= 'a A.t
include Interface.FOLDABLE with type 'a t := 'a t
val fold_left : ('a -> 'b -> 'a) -> 'a -> 'b t -> 'aval fold_right : ('b -> 'a -> 'a) -> 'a -> 'b t -> 'a
module Fold_Map : functor (M : Interface.MONOID) -> sig ... endmodule Fold_Map_Any : functor (M : Interface.MONOID_ANY) -> sig ... endmodule Fold_Map_Plus : functor (P : Interface.PLUS) -> sig ... endval traverse : ('a, 'b A.t) Bastet__Function.Semigroupoid.t -> 'a option -> 'b option A.tval sequence : 'a A.t option -> 'a option A.t