Lattice_bounds.Topmodule Make_Datatype
(Domain : Datatype.S) :
Datatype.S with type t = Domain.t or_topDatatype constructor
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 to_option : 'a t -> 'a optionConversion
val of_option : 'a option -> 'a t