Parameters
Signature
include sig ... end
type t = [ | `Bot| `Lifted of Base.t
]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 ]Sourceval bot : unit -> [> `Bot ] Sourceval is_bot : [> `Bot ] -> bool Sourceval join : ([< `Bot | `Lifted of Base.t Lifted ] as 'a) -> 'a -> 'a Sourceval narrow :
([> `Bot | `Lifted of Base.t ] as 'a) ->
[> `Bot | `Lifted of Base.t ] ->
'a