package herdtools7

  1. Overview
  2. Docs
type native_value =
  1. | NV_Literal of AST.literal
  2. | NV_Vector of native_value list
  3. | NV_Record of native_value ASTUtils.IMap.t
module NoScope : Backend.SCOPE with type t = unit
module StaticBackend : Backend.S with type value = native_value and type 'a m = 'a and module Scope = NoScope
module DeterministicBackend : Backend.S with type value = native_value and type 'a m = 'a and module Scope = NoScope
val interprete : ?instrumentation:bool -> StaticEnv.global -> AST.t -> int * Instrumentation.semantics_rule list
OCaml

Innovation. Community. Security.