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 NativeBackend : Backend.S with type value = native_value and type 'a m = 'a
val primitive_decls : AST.decl list

List of primitives declared by the Native Backend.

val interprete : Typing.strictness -> ?instrumentation:bool -> ?static_env:StaticEnv.env -> AST.t -> int * Instrumentation.semantics_rule list
OCaml

Innovation. Community. Security.