AnalyzeCFG.RT
type t = SpecSys.Spec.C.t * SpecSys.Spec.D.t * CilType.Fundec.t
val hash : t -> int
val to_yojson :
(SpecSys.Spec.C.t * SpecSys.Spec.D.t * CilType.Fundec.t) ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val arbitrary :
unit ->
(SpecSys.Spec.C.t * SpecSys.Spec.D.t * CilType.Fundec.t) QCheck.arbitrary
val show : t -> string
val pretty : unit -> ('a * SpecSys.Spec.D.t * 'b) -> Printable.Pretty.doc
val printXml :
'a BatInnerIO.output ->
(SpecSys.Spec.C.t * SpecSys.Spec.D.t * 'b) ->
unit