Frama-C API - Engine_abstractions_sig
Signature of abstractions used in the Eva engine.
module type Context = Abstract.Context.ExternalSignature of the context abstractions used in the engine.
module type Value = sig ... endSignature of the value abstractions used in the engine, with the reduction function of the reduced product.
module type Location = Abstract.Location.ExternalSignature of abstract location used in the engine.
module type Domain = sig ... endSignature of the abstract domain used in the engine.
module type S = sig ... end