Parameters
Signature
include sig ... end
type t = [ | `Lifted of Base.t| `Top
]val equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval lift : 'a -> [> `Lifted of 'a ]val show : [< `Lifted of Base.t | `Top ] -> stringval pretty : unit -> t -> Printable.Pretty.docval name : unit -> stringval printXml : 'a BatInnerIO.output -> [< `Lifted of Base.t | `Top ] -> unitval to_yojson : [< `Lifted of Base.t | `Top ] -> Yojson.Safe.tval relift : [< `Lifted of Base.t | `Top ] -> [> `Lifted of Base.t | `Top ]val arbitrary : unit -> [ `Lifted of Base.t | `Top ] QCheck.arbitraryval top : unit -> [> `Top ]val is_top : [> `Top ] -> boolval bot : unit -> [> `Lifted of Base.t ]val is_bot : [< `Lifted of Base.t | `Top ] -> boolval leq :
[< `Lifted of Base.t | `Top ] ->
[< `Lifted of Base.t | `Top ] ->
boolval join :
[< `Lifted of Base.t | `Top ] ->
[< `Lifted of Base.t | `Top ] ->
[> `Lifted of Base.t | `Top ]val meet : [< `Lifted of Base.t | `Top Lifted ] as 'a -> 'a -> 'aval widen : [> `Lifted of Base.t ] -> [> `Lifted of Base.t | `Top ] as 'a -> 'aval narrow : [> `Lifted of Base.t | `Top ] as 'a -> 'a -> 'aval pretty_diff : unit -> (t * t) -> Pretty.doc