Module CompareHashtbl.Var

include module type of struct include Printable.Std end

Default dummy definitions.

Include as the first thing to avoid these overriding actual definitions.

val tag : 'a -> 'b
val arbitrary : unit -> 'a
include module type of struct include Var end
include Batteries.Hashtbl.HashedType
type t = Var.t
val equal : t -> t -> bool
val hash : t -> int
include ConstrSys.SysVar with type t := t
val is_write_only : t -> bool
val pretty_trace : unit -> t -> GoblintCil.Pretty.doc
val compare : t -> t -> int
val var_id : t -> string
val node : t -> MyCFG.node
val relift : t -> t
val name : unit -> string
val pretty : unit -> t -> GoblintCil.Pretty.doc
include sig ... end
val show : t -> string
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> [> `String of string ]