ControlSpecCContext module for the dynamically composed analysis.
Top-level Control Spec context as static module, which delegates to control_spec_c. This allows using top-level context values inside individual analyses.
include Printable.Sval hash : t -> intval show : t -> stringval pretty : unit -> t -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Yojson.Safe.tval tag : t -> intUnique ID, given by HConsed, for context identification in witness
val arbitrary : unit -> t QCheck.arbitraryval control_spec_c : (module Printable.S) refReference to top-level Control Spec context first-class module.