package calli

  1. Overview
  2. Docs
module F = Stdlib.Format
module Make (AbsVal : AbstractValue.S) (AbsMem : AbstractMemory.S with type valty = AbsVal.t) (Ctxt : Context.S with type memty = AbsMem.t) (States : States.S with type ctxtty = Ctxt.t and type memty = AbsMem.t) (TF : TransferFunction.S with type memty = AbsMem.t) : sig ... end

Functor building an implementation of the Analyzer given abstractvalue, abstract memory, analysis context, abstract states, tf.

OCaml

Innovation. Community. Security.