package p4spectec

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Parameter Make_null.Interface_SpecTec

include Run.INTERFACE
val parse_program : string list -> string list -> Dynamic_runner.Signature.parse_result
val parse_string : string -> string -> Dynamic_runner.Signature.parse_result
val unparse_program : Value.t -> string
val call_builtin : (Value.t -> unit) -> Domain.Lib.Id.t -> Type.Typ.t list -> Value.t list -> Value.t
val checkpoint : unit -> int
val seff : int -> int -> bool
type cache
val make_cache : unit -> cache
val push_cache : cache -> unit
val pop_cache : unit -> unit
val cache_enable : cache -> unit
val cache_disable_reset : cache -> unit
val cache_clear : cache -> unit
val boot_value : Value.t -> Value.t
val boot_values : Value.t list -> Value.t
val unboot_id : Value.t -> string Util.Source.phrase
val unboot_typs : Value.t -> Typ.t list
val unboot_values : Value.t -> Value.t list