Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val create : unit -> ('a, 'b) t
val mem : ('a, 'b) t -> 'a list -> bool
val find : ('a, 'b) t -> 'a list -> 'b
val iter : ('a -> 'b option -> unit) -> ('a, 'b) t -> unit
val iter_path : ('a -> 'b option -> unit) -> ('a, 'b) t -> 'a list -> unit
val fold : ('a -> 'b option -> 'c -> 'c) -> ('a, 'b) t -> 'c -> 'c