MapDomain.PMapmodule Domain : Printable.Sinclude Printable.Sval hash : t -> intval show : t -> stringval pretty : unit -> t -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Yojson.Safe.tval tag : t -> intUnique ID, given by HConsed, for context identification in witness
val arbitrary : unit -> t QCheck.arbitrarytype key = Domain.tThe type of the map keys.
type value = Range.tThe type of the values.
val cardinal : t -> intval empty : unit -> tval is_empty : t -> bool