Module Lattice_bounds.Top
val is_top : 'a t -> boolval value : top:'a -> 'a t -> 'aval hash : ('a -> int) -> 'a t -> intval equal : ('a -> 'a -> bool) -> 'a t -> 'a t -> boolval compare : ('a -> 'a -> int) -> 'a t -> 'a t -> intval join : ('a -> 'a -> 'a t) -> 'a t -> 'a t -> 'a tval narrow : ('a -> 'a -> 'a) -> 'a t -> 'a t -> 'a tval iter : ('a -> unit) -> 'a t -> unitval bind : ('a -> 'b t) -> 'a t -> 'b tval fold : top:'b -> ('a -> 'b) -> 'a t -> 'bval map : ('a -> 'b) -> 'a t -> 'b tval zip : 'a t -> 'b t -> ('a * 'b) tval to_option : 'a t -> 'a optionval of_option : 'a option -> 'a t