Frama-C API - Context
The abstract context used by the resulting value.
include Abstract_context.S with type t = Model.Context.t
type t = Model.Context.tval top : tThe default context used in a top abstract state, or if no domain has been enabled — or no domain providing this context.
val narrow : t -> t -> t Eval.or_bottomIn a product of abstract domains, merges the context provided by the abstract state of each domain.
val key : t Abstract_context.keyThe key identifies the module and the type t of context.
