Frama-C API - Make
Parameters
module Domain : Engine_abstractions_sig.DomainSignature
val empty : unit -> tCreates an empty index.
Adds a state into an index. Returns true if the state did not belong to the index (and has indeed been added), and false if the index already contained the state.
val pretty : Stdlib.Format.formatter -> t -> unit