package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Left of PLock.t
  2. | `Right of ILock.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 PLock.t | `Right of ILock.t ] -> string
val name : unit -> string
val printXml : 'a BatInnerIO.output -> [< `Left of PLock.t | `Right of ILock.t ] -> unit
val to_yojson : [< `Left of PLock.t | `Right of ILock.t ] -> Yojson.Safe.t
val relift : [< `Left of PLock.t | `Right of ILock.t ] -> [> `Left of PLock.t | `Right of ILock.t ]
OCaml

Innovation. Community. Security.