Lattice_bounds.Toptype 'a t = 'a or_topmodule Operators : sig ... endOperators
val is_top : 'a t -> boolAccess
val non_top : 'a t -> 'aval value : top:'a -> 'a t -> 'aval hash : ( 'a -> int ) -> 'a t -> intDatatype
val pretty :
( Stdlib.Format.formatter -> 'a -> unit ) ->
Stdlib.Format.formatter ->
'a t ->
unitval to_option : 'a t -> 'a optionConversion
val of_option : 'a option -> 'a t