dynamic_runner
Dynamic_runner.Signature
builtin
dangling
dynamic
dynamic_al
dynamic_pl
dynamic_sl
error_runtime
inst
instr
interp_al
interp_common
interp_pl
interp_sl
p4
p4spectec.backend_boot
p4spectec.backend_sim
p4spectec.backend_splice
p4spectec.backend_testgen_neg
p4spectec.cache
p4spectec.coverage
p4spectec.domain
p4spectec.frontend
p4spectec.interface
p4spectec.interp
p4spectec.lang
p4spectec.pass
p4spectec.runner
p4spectec.runtime
p4spectec.stf
p4spectec.util
prose
sim
spectec
static
testgen_neg
type
value
module Typ = Type.Typ
type mode =
| AL_mode
| SL_mode
| PL_mode
| Empty_mode
type spec =
| AL of Lang.Al.spec
| SL of Lang.Sl.spec
| PL of Lang.Pl.spec
| Empty
type rel_result =
| Pass of Value.t list
| Fail of Util.Source.region * string
type func_result =
| Pass of Value.t
type parse_result =
| Fail of [ `Syntax of Util.Source.region * string ]
type program_result =
| Fail of [ `Syntax of Util.Source.region * string | `Runtime of Util.Source.region * string ]
type stf_result =
| Pass
module type CACHE = sig ... end
module type INTERFACE = sig ... end
module type EXTERN = sig ... end
module type INTERP = sig ... end
module type INTERP_AL = sig ... end
module type INTERP_SL = sig ... end
module type INTERP_PL = sig ... end
module type RUNNER = sig ... end