p4spectec.backend_splice
Backend_splice.Splicer
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_sim
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 type KEY = sig ... end
module type VALUE = sig ... end
module type INIT = sig ... end
module type STORE = sig ... end
module Make_store (K : KEY) (V : VALUE) (I : INIT with type key = K.t and type value = V.t) : STORE with type key = K.t and type value = V.t
val prefix_source : string
val suffix_source : string
val prefix_prose : string
val suffix_prose : string
module type ANCHOR = sig ... end
module type SPLICER = sig ... end
module Make (K : KEY) (V : VALUE) (I : INIT with type key = K.t and type value = V.t) (A : ANCHOR) : SPLICER with type key = K.t and type value = V.t