Parameters
Signature
type t = [ | `Bot| `Lifted of Base.t| `Top
]include module type of struct include Std end
include module type of struct include N end
val lift : 'a -> [> `Lifted of 'a ]val show : [< `Bot | `Lifted of Base.t | `Top ] -> stringval pretty : unit -> t -> Pretty.docval name : unit -> stringval relift : ([< `Bot | `Lifted of Base.t | `Top Lifted ] as 'a) -> 'aval arbitrary : unit -> [ `Bot | `Lifted of Base.t | `Top ] QCheck.arbitrary