AnalysisResult.ResultType2module S : Analyses.Specinclude sig ... endtype t = S.C.t * S.D.t * CilType.Fundec.tval hash : t -> intval to_yojson :
(S.C.t * S.D.t * CilType.Fundec.t) ->
[> `Assoc of (string * Yojson.Safe.t) list ]val arbitrary : unit -> (S.C.t * S.D.t * CilType.Fundec.t) QCheck.arbitraryval show : t -> stringval pretty : unit -> ('a * S.D.t * 'b) -> Printable.Pretty.doc