CilType.Location
include S with type t = GoblintCil.location
include Printable.S with type t = GoblintCil.location
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
val pp : Stdlib.Format.formatter -> t -> unit
val of_yojson : Yojson.Safe.t -> (t, string) Stdlib.result