p4spectec.backend_sim
Psa.Arch
builtin
dangling
dynamic
dynamic_al
dynamic_pl
dynamic_runner
dynamic_sl
error_runtime
inst
instr
interp_al
interp_common
interp_pl
interp_sl
p4
p4spectec.backend_boot
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 = Runtime.Type.Typ
module Value = Runtime.Value
type t = {
queue : Scheduler.t;
mirrortable : Mirror.Table.t;
multicast : Multicast.State.t;
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val empty : t
val to_value : t -> Lang.Il.value
val of_value : Value.t -> t
val with_queue : Scheduler.t -> t -> t
val with_mirrortable : Mirror.Table.t -> t -> t
val with_multicast : Multicast.State.t -> t -> t