Parameters
Signature
include sig ... end
type t = [ - | `Bot
- | `Lifted of Base.t
 ]val equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval arbitrary : unit -> 'aval lift : 'a -> [> `Lifted of 'a ]val show : [< `Bot | `Lifted of Base.t ] -> stringval pretty : unit -> t -> Printable.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 ]val bot : unit -> [> `Bot ]val is_bot : [> `Bot ] -> boolval top : unit -> [> `Lifted of Base.t ]val is_top : [< `Bot | `Lifted of Base.t ] -> boolval leq : 
  [< `Bot | `Lifted of Base.t ] ->
  [< `Bot | `Lifted of Base.t ] ->
  boolval pretty_diff : unit -> (t * t) -> Pretty.docval join : [< `Bot | `Lifted of Base.t Lifted ] as 'a -> 'a -> 'aval meet : 
  [< `Bot | `Lifted of Base.t ] ->
  [< `Bot | `Lifted of Base.t ] ->
  [> `Bot | `Lifted of Base.t ]val widen : [> `Lifted of Base.t ] -> [> `Lifted of Base.t ] as 'a -> 'aval narrow : 
  [> `Bot | `Lifted of Base.t ] as 'a ->
  [> `Bot | `Lifted of Base.t ] ->
  'a