Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val of_rev_list : (string * string) list -> t
val of_list : (string * string) list -> t
val iter : t -> f:(key:string -> data:string -> unit) -> unit
val mem : t -> string -> bool
val find : t -> string -> string option
val find_multi : t -> string -> string list
val empty : t