package herdtools7

  1. Overview
  2. Docs

The runtime environment used by Interpreter.

module type RunTimeConf = sig ... end
module type S = sig ... end

Internal representation for subprograms.

module RunTime (C : RunTimeConf) : S with type v = C.v and module Scope = C.Scope

Internal representation for subprograms.

OCaml

Innovation. Community. Security.