Frama-C API - TopBottom
type 'a t = 'a or_top_bottomval return : 'a -> 'a tmodule Make_Datatype (X : Datatype.S) : Datatype.S_with_collections with type t = X.t or_top_bottomDatatype constructor
module Operators : sig ... endOperators. In presence of simultaneous `Bottom and `Top in and+ / and*, everything narrows down to `Bottom. Every operators is redefined to ensure subtyping properties.
val hash : ('a -> int) -> 'a t -> intDatatype
val pretty : (Stdlib.Format.formatter -> 'a -> unit) -> Stdlib.Format.formatter -> 'a t -> unitPretty-printing
