goblint.common
Printable.ProdConf
goblint.backtrace
goblint.build-info
goblint.lib
goblint.sites
goblint.std
goblint.timing
goblint_build_info_dune
goblint_build_info_js
goblint_sites_dune
goblint_sites_js
module C : ProdConfiguration
module Base1 : S
module Base2 : S
include module type of struct include C end
val expand_fst : bool
val expand_snd : bool
type t = Base1.t * Base2.t
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int
include module type of struct include Std end
val tag : 'a -> 'b
val show : (Base1.t * Base2.t) -> string
val name : unit -> string
val pretty : unit -> (Base1.t * Base2.t) -> Pretty.doc
val printXml : 'a BatInnerIO.output -> (Base1.t * Base2.t) -> unit
val to_yojson : (Base1.t * Base2.t) -> [> `Assoc of (string * Yojson.Safe.t) list ]
val arbitrary : unit -> (Base1.t * Base2.t) QCheck.arbitrary
val relift : (Base1.t * Base2.t) -> Base1.t * Base2.t