Parameters
Signature
type t = [ | `Bot| `Lifted of Base.t
]include module type of struct include Std end
val arbitrary : unit -> 'aval lift : 'a -> [> `Lifted of 'a ]val show : [< `Bot | `Lifted of Base.t ] -> stringval name : unit -> stringval relift : [< `Bot | `Lifted of Base.t ] -> [> `Bot | `Lifted of Base.t ]