Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include Monads.Std.Monad.Collection.Basic
val return : 'a -> 'a t
return x
creates a singleton container holding x
val fold : 'a t -> init:'s -> f:('s -> 'a -> 's) -> 's
fold implementation