package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module Base1 : S
module Base2 : S

Signature

type t = [
  1. | `Left of Base1.t
  2. | `Right of Base2.t
]
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
include module type of struct include Std end
type group = Std.group = |
val show_group : group -> 'a
val to_group : 'a -> 'b option
val trace_enabled : bool
val invariant : 'a -> 'b -> Invariant.t
val tag : 'a -> 'b
val arbitrary : unit -> 'a
val hash : [< `Left of Base1.t | `Right of Base2.t ] -> int
val pretty : unit -> t -> Pretty.doc
val show : [< `Left of Base1.t | `Right of Base2.t ] -> string
val name : unit -> string
val printXml : 'a BatInnerIO.output -> [< `Left of Base1.t | `Right of Base2.t ] -> unit
val to_yojson : [< `Left of Base1.t | `Right of Base2.t ] -> [> `Assoc of (string * json) list ]
val relift : [< `Left of Base1.t | `Right of Base2.t ] -> [> `Left of Base1.t | `Right of Base2.t ]