Lattice_bounds.TopBottomtype 'a t = 'a or_top_bottommodule Operators : sig ... endOperators
val hash : ('a -> int) -> 'a t -> intDatatype
val pretty :
(Stdlib.Format.formatter -> 'a -> unit) ->
Stdlib.Format.formatter ->
'a t ->
unitPretty-printing
val iter : ('a -> unit) -> 'a t -> unitval fold : top:'b -> bottom:'b -> ('a -> 'b) -> 'a t -> 'b