interp_common
Interp_common.Backtrace
builtin
dangling
dynamic
dynamic_al
dynamic_pl
dynamic_runner
dynamic_sl
error_runtime
inst
instr
interp_al
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
testgen_neg
type
value
type trace = Util.Source.region * (unit -> string)
type backtrace =
| Err of trace list
| Unmatch of trace list
exception Backtrace of backtrace
val back_failtraces : backtrace -> Util.Attempt.failtrace list
val back : backtrace -> 'a
val back_err : Util.Source.region -> string -> 'a
val back_unmatch : Util.Source.region -> string -> 'a
val back_nest : Util.Source.region -> (unit -> string) -> backtrace -> 'a
val check_back_err : bool -> Util.Source.region -> string -> unit