Frama-C API - Top
module Make_Datatype (X : Datatype.S) : Datatype.S_with_collections with type t = X.t or_topDatatype constructor
module Bound_Lattice (Lattice : Lattice_type.Join_Semi_Lattice) : sig ... endBounds a semi-lattice
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 -> unitIterator
val to_option : 'a t -> 'a optionConversion
val of_option : 'a option -> 'a t