Frama-C API - N
simpler notation for writing F.term and F.pred
val (+) : F.binopF.p_add
val (-) : F.binopF.p_sub
val (~-:) : F.unopfun x -> p_sub 0 x Beware that the operator does not have the same precedence as ~- in standard OCaml.
val (*) : F.binopF.p_mul
val (/) : F.binopF.p_div
val (mod) : F.binopF.p_mod
val (==>) : F.operatorval (&&:) : F.operatorF.p_and Beware that the operator does not have the same precedence as && in standard OCaml.
val (||:) : F.operatorF.p_or Beware that the operator does not have the same precedence as || in standard OCaml.
