package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include sig ... end
type t = [
  1. | `Left of LockDomain.MustLock.t
  2. | `Right of GoblintCil.varinfo
]
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 LockDomain.MustLock.t | `Right of GoblintCil.varinfo ] -> string
val name : unit -> string
val printXml : 'a BatInnerIO.output -> [< `Left of LockDomain.MustLock.t | `Right of GoblintCil.varinfo ] -> unit
val to_yojson : [< `Left of LockDomain.MustLock.t | `Right of GoblintCil.varinfo ] -> Yojson.Safe.t
val relift : [< `Left of LockDomain.MustLock.t | `Right of GoblintCil.varinfo ] -> [> `Left of LockDomain.MustLock.t | `Right of GoblintCil.varinfo ]
val mutex : 'a -> [> `Left of 'a ]
val global : 'a -> [> `Right of 'a ]
OCaml

Innovation. Community. Security.