package herdtools7

  1. Overview
  2. Docs

Reference interpreter for ASL.

module type S = sig ... end
module type Config = sig ... end
module Make (B : Backend.S) (C : Config) : S with module B = B
OCaml

Innovation. Community. Security.