= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package bap-c
-
bap_c
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