package calli

  1. Overview
  2. Docs
module F = Stdlib.Format
exception No_state
module type S = sig ... end
module Make (Ctxt : Context.S) (AbsMem : AbstractMemory.S) : S with type ctxtty = Ctxt.t and type memty = AbsMem.t
OCaml

Innovation. Community. Security.