Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Eager.Tinclude Monads.Std.Monad.Collection.Basicval return : 'a -> 'a treturn x creates a singleton container holding x
val fold : 'a t -> init:'s -> f:('s -> 'a -> 's) -> 'sfold implementation