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