Parameters
Signature
type t = [ | `Bot| `Lifted of Base.t
]val equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intinclude module type of struct include Std end
val arbitrary : unit -> 'aval lift : 'a -> [> `Lifted of 'a ]val show : [< `Bot | `Lifted of Base.t ] -> stringval pretty : unit -> t -> Pretty.docval name : unit -> stringval printXml : 'a BatInnerIO.output -> [< `Bot | `Lifted of Base.t ] -> unitval to_yojson : [< `Bot | `Lifted of Base.t ] -> Yojson.Safe.tval relift : [< `Bot | `Lifted of Base.t ] -> [> `Bot | `Lifted of Base.t ]