Frama-C:
Plug-ins:
Libraries:

Frama-C API - LogicCompiler

type polarity = [
  1. | `Positive
  2. | `Negative
  3. | `NoPolarity
]
module Make (M : Sigs.Model) : sig ... end