p4spectec.util
Util.Attempt
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
prose
sim
spectec
static
testgen_neg
type
value
type failtrace =
| Failtrace of Source.region * unit -> string * failtrace list
type 'a attempt =
| Ok of 'a
| Fail of failtrace list
val depth_of : failtrace -> int
val fail : Source.region -> string -> 'a attempt
val fail_silent : 'a attempt
val choose_sequential : (unit -> 'a attempt) list -> 'a attempt
val nest : Source.region -> string -> 'a attempt -> 'a attempt
val short_window : int
val region_line : string -> Source.region -> string
val string_of_failtrace : indent:string -> run:int -> root:bool -> last:bool -> bullet:string -> failtrace -> string
val string_of_failtraces : indent:string -> run:int -> failtrace list -> string
val string_of_failtraces_short : failtrace list -> string