Sys.GVar
val hash : t -> int
val pretty : unit -> t -> Printable.Pretty.doc
val show :
[< `Left of SpecSys.Spec.V.t | `Right of CilType.Fundec.t ] ->
string
val printXml :
'a BatInnerIO.output ->
[< `Left of SpecSys.Spec.V.t | `Right of CilType.Fundec.t ] ->
unit
val to_yojson :
[< `Left of SpecSys.Spec.V.t | `Right of CilType.Fundec.t ] ->
Yojson.Safe.t
val relift :
[< `Left of SpecSys.Spec.V.t | `Right of CilType.Fundec.t ] ->
[> `Left of SpecSys.Spec.V.t | `Right of CilType.Fundec.t ]
val var_id :
[< `Left of SpecSys.Spec.V.t | `Right of CilType.Fundec.t ] ->
string
val node : 'a -> MyCFG.node
val pretty_trace : unit -> t -> Printable.Pretty.doc
val is_write_only : [< `Left of SpecSys.Spec.V.t | `Right of 'a ] -> bool