package calli

  1. Overview
  2. Docs

Module Calli.States

module F = 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