Module CompareHashtbl.Var
include module type of struct include Printable.Std end
val arbitrary : unit -> 'ainclude module type of struct include Var end
include Batteries.Hashtbl.HashedType
val equal : t -> t -> boolval pretty_trace : unit -> t -> GoblintCil.Pretty.docval compare : t -> t -> intval name : unit -> stringval pretty : unit -> t -> GoblintCil.Pretty.docinclude sig ... end
val printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> [> `String of string ]