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 iter : ('a -> unit) -> 'a t -> unitval fold : top:'b -> ('a -> 'b) -> 'a t -> 'bval to_option : 'a t -> 'a optionConversion
val of_option : 'a option -> 'a t