p4spectec.pass
Structure.Ctx
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_splice
p4spectec.backend_testgen_neg
p4spectec.cache
p4spectec.coverage
p4spectec.domain
p4spectec.frontend
p4spectec.interface
p4spectec.interp
p4spectec.lang
p4spectec.runner
p4spectec.runtime
p4spectec.stf
p4spectec.util
prose
sim
spectec
static
testgen_neg
type
value
val error_undef : Util.Source.region -> string -> string -> 'a
val error_dup : Util.Source.region -> string -> string -> 'a
type t = {
tdenv : Runtime.Static.Envs.TDEnv.t;
menv : Runtime.Static.Envs.MEnv.t;
}
val empty : t
val init : unit -> t
val find_typdef_opt : t -> Domain.Lib.TId.t -> Runtime.Type.Typdef.t option
val find_typdef : t -> Domain.Lib.TId.t -> Runtime.Type.Typdef.t
val bound_typdef : t -> Domain.Lib.TId.t -> bool
val find_metavar_opt : t -> Domain.Lib.TId.t -> Runtime.Type.Typ.t option
val find_metavar : t -> Domain.Lib.TId.t -> Runtime.Type.Typ.t
val bound_metavar : t -> Domain.Lib.TId.t -> bool
val add_metavar : t -> Domain.Lib.TId.t -> Runtime.Type.Typ.t -> t
val add_typdef : t -> Domain.Lib.TId.t -> Runtime.Type.Typdef.t -> t
val load_def : t -> Lang.Al.def -> t
val load_spec : t -> Lang.Al.spec -> t