Module A.PLock

include module type of struct include CilType.Offset end
include Printable.S with type t = GoblintCil.offset
type t = GoblintCil.offset
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int
val tag : t -> int

Unique ID, given by HConsed, for context identification in witness

val arbitrary : unit -> t QCheck.arbitrary
val relift : t -> t
val name : unit -> string
val pretty : unit -> GoblintCil.offset -> GoblintCil__.Pretty.doc
include sig ... end
val show : t -> string
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> [> `String of string ]