Module MCPRegistry.DomVariantLattice
Parameters
Signature
include sig ... end
val lift : 'a -> [> `Lifted of 'a ]val pretty : unit -> t -> Printable.Pretty.docval bot : unit -> [> `Bot ]val is_bot : [> `Bot ] -> boolval top : unit -> [> `Top ]val is_top : [> `Top ] -> boolval pretty_diff : unit -> (t * t) -> Lattice.Pretty.docval name : unit -> string