package encoding

  1. Overview
  2. Docs

Source file interpret_intf.ml

1
2
3
4
5
module type S = sig
  type exec_state

  val start : ?state:exec_state -> Ast.t list -> exec_state
end
OCaml

Innovation. Community. Security.