goblint.lib
PerMutexTidCommon.LLock
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
type t = [
| `Left of Locksets.Lock.t
| `Right of CilType.Varinfo.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 Locksets.Lock.t | `Right of CilType.Varinfo.t ] -> string
val name : unit -> string
val printXml : 'a BatInnerIO.output -> [< `Left of Locksets.Lock.t | `Right of CilType.Varinfo.t ] -> unit
val to_yojson : [< `Left of Locksets.Lock.t | `Right of CilType.Varinfo.t ] -> [> `Assoc of (string * Yojson.Safe.t) list ]
val relift : [< `Left of Locksets.Lock.t | `Right of CilType.Varinfo.t ] -> [> `Left of Locksets.Lock.t | `Right of CilType.Varinfo.t ]
val mutex : 'a -> [> `Left of 'a ]
val global : 'a -> [> `Right of 'a ]