PrivPrecCompareUtil.LV
include sig ... end
type t = CilType.Location.t * Basetype.Variables.t
val hash : t -> int
val show : (CilType.Location.t * Basetype.Variables.t) -> string
val printXml :
'a BatInnerIO.output ->
(CilType.Location.t * Basetype.Variables.t) ->
unit
val to_yojson :
(CilType.Location.t * Basetype.Variables.t) ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val arbitrary :
unit ->
(CilType.Location.t * Basetype.Variables.t) QCheck.arbitrary
type marshal = t
val pretty :
unit ->
(CilType.Location.t * GoblintCil.varinfo) ->
GoblintCil.Pretty.doc