include module type of struct include M0 end
val remove : key -> t -> tval mem : key -> t -> boolval iter : (key -> value -> unit) -> t -> unitval fold : (key -> value -> 'a -> 'a) -> t -> 'a -> 'aval for_all : (key -> value -> bool) -> t -> boolval exists : (key -> value -> bool) -> t -> boolval equal : t -> t -> boolval compare : t -> t -> intval name : unit -> stringval arbitrary : unit -> t QCheck.arbitraryval pretty_diff : unit -> (t * t) -> Lattice.Pretty.docval leq_with_fct : (value -> value -> bool) -> t -> t -> boolinclude sig ... end
val printXml : 'a BatInnerIO.output -> M0.t -> unitval to_yojson : M0.t -> [> `Assoc of (string * Yojson.Safe.t) list ]module Group : sig ... endval pretty : unit -> M0.t -> MapDomain.Pretty.docval show : M0.t -> string