Parameters
Signature
type t = [ | `Bot| `Lifted of Base.t
]include module type of struct include Std end
val show_group : group -> 'aval to_group : 'a -> 'b optionval arbitrary : unit -> 'aval lift : 'a -> [> `Lifted of 'a ]val hash : [< `Bot | `Lifted of Base.t ] -> intval show : [< `Bot | `Lifted of Base.t ] -> stringval pretty : unit -> t -> Pretty.docval name : unit -> stringval to_yojson : [< `Bot | `Lifted of Base.t ] -> jsonval relift : [< `Bot | `Lifted of Base.t ] -> [> `Bot | `Lifted of Base.t ]