testgen_neg
Dep.Node
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.pass
p4spectec.runner
p4spectec.runtime
p4spectec.stf
p4spectec.util
prose
sim
spectec
static
type
value
type mirror = (mirror', Lang.Sl.typ') Util.Source.note
and mirror' =
| BoolN of bool
| NumN of Lang.Xl.Num.t
| TextN of string
| StructN of (Lang.Sl.atom * Lang.Sl.vid) list
| CaseN of Lang.Sl.mixop * Lang.Sl.vid list
| TupleN of Lang.Sl.vid list
| OptN of Lang.Sl.vid option
| ListN of Lang.Sl.vid list
| FuncN of Lang.Sl.id
| ExternN of Yojson.Safe.t
type taint =
| Red
| White
type t = mirror * taint
val mirror : ('a * 'b) -> 'a
val taint : ('a * 'b) -> 'b
val is_source : taint -> bool
val dot_of_mirror : mirror -> string
val dot_of_taint : taint -> string
val dot_of_node : Lang.Sl.vid -> t -> string