Frama-C:
Plug-ins:
Libraries:

Frama-C API - CfgCalculus

type props = [
  1. | `All
  2. | `Names of string list
  3. | `PropId of Frama_c_kernel.Property.t
]
module Make (W : sig ... end) : sig ... end