testgen_neg
Dep.Edges
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 rel = Lang.Sl.id * int
type func = Lang.Sl.id * int
type op =
| UnOp of Lang.Sl.unop
| BinOp of Lang.Sl.binop
| CmpOp of Lang.Sl.cmpop
| CastOp of Lang.Sl.typ
| DownCastOp
| SubOp of Lang.Sl.typ
| MatchOp of Lang.Sl.pattern
| CatOp
| MemOp
| LenOp
| UpdOp
type label =
| Narrow
| Expand
| Control
| Assign
| Iter
| Rel of rel
| Func of func
| Op of op
module E : sig ... end
type t = unit E.t
val dot_of_func : func -> string
val dot_of_rel : rel -> string
val dot_of_op : op -> string
val dot_of_label : label -> string
val dot_of_edge : Lang.Sl.vid -> label -> Lang.Sl.vid -> string