goblint.lib
PrivPrecCompareUtil.LV
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
include sig ... end
val expand_fst : bool
val expand_snd : bool
type t = CilType.Location.t * Basetype.Variables.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 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
val relift : (CilType.Location.t * Basetype.Variables.t) -> CilType.Location.t * Basetype.Variables.t
val name : unit -> string
type marshal = t
val pretty : unit -> (CilType.Location.t * GoblintCil.varinfo) -> GoblintCil.Pretty.doc
val to_location : ('a * 'b) -> 'a