MCPRegistry.DomListRepresentative
module DLSpec : DomainListRepresentativeSpec
include Printable.S with type t = (int * Stdlib.Obj.t) list
val hash : t -> int
val show : t -> string
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> Yojson.Safe.t
val tag : t -> int
Unique ID, given by HConsed, for context identification in witness
val arbitrary : unit -> t QCheck.arbitrary
Type of elements, i.e. the domain of the projection function of_elt
.