goblint.lib
Sys.GVar
goblint.backtrace
goblint.build-info
goblint.common
goblint.sites
goblint.std
goblint.timing
goblint_build_info_dune
goblint_build_info_js
goblint_sites_dune
goblint_sites_js
type t = [
| `Left of SpecSys.Spec.V.t
| `Right of CilType.Fundec.t
]
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int
val tag : 'a -> 'b
val arbitrary : unit -> 'a
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 ] -> [> `Assoc of (string * Yojson.Safe.t) list ]
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 name : unit -> string
val spec : 'a -> [> `Left of 'a ]
val contexts : 'a -> [> `Right of 'a ]
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