Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Opium_kernel.HmapSourceinclude Hmap.S with type 'a Key.info = string * ('a -> Sexplib.Sexp.t)The type for keys whose lookup value is of type 'a.
The type for heterogeneous value maps.
fold f m acc folds over the bindings of m with f, starting with acc
for_all p m is true iff all bindings of m satisfy p.
exists p m is true iff there exists a bindings of m that satisfies p.