goblint.lib
Access.MemoRoot
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 module type of struct include Printable.StdLeaf end
include module type of struct include Printable.Std end
val tag : 'a -> 'b
val arbitrary : unit -> 'a
val relift : 'a -> 'a
type t = [
| `Var of CilType.Varinfo.t
| `Type of CilType.Typsig.t
]
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int
val name : unit -> string
val pretty : unit -> [< `Type of GoblintCil.typsig | `Var of CilType.Varinfo.t ] -> Printable.Pretty.doc
include sig ... end
val show : t -> string
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> [> `String of string ]