p4spectec.pass
Opt.Overlap
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
module Typ = Runtime.Type.Typ
val exp_as_guard : Ol.Ast.exp -> Ol.Ast.exp -> Ol.Ast.guard option
val guard_as_exp : Ol.Ast.exp -> Ol.Ast.guard -> Ol.Ast.exp
val typ_as_variant : Runtime.Dynamic_Sl.Envs.TDEnv.t -> Ol.Ast.typ -> Domain.Mixop.t list option
type overlap =
| Identical
| Disjoint of Ol.Ast.exp * Ol.Ast.guard * Ol.Ast.guard
| Partition of Ol.Ast.exp * Ol.Ast.guard * Ol.Ast.guard
| Fuzzy
val partition_exp_literal : Ol.Ast.exp -> Ol.Ast.exp -> bool
val disjoint_exp_literal : Ol.Ast.exp -> Ol.Ast.exp -> bool
val overlap_typ : Runtime.Dynamic_Sl.Envs.TDEnv.t -> Ol.Ast.exp -> Ol.Ast.typ -> Ol.Ast.typ -> overlap
val overlap_pattern : Ol.Ast.exp -> Ol.Ast.pattern -> Ol.Ast.pattern -> overlap
val overlap_typ_and_pattern : Runtime.Dynamic_Sl.Envs.TDEnv.t -> Ol.Ast.exp -> Ol.Ast.typ -> Ol.Ast.pattern -> overlap
val overlap_pattern_and_typ : Runtime.Dynamic_Sl.Envs.TDEnv.t -> Ol.Ast.exp -> Ol.Ast.pattern -> Ol.Ast.typ -> overlap
val overlap_exp : Runtime.Dynamic_Sl.Envs.TDEnv.t -> Ol.Ast.exp -> Ol.Ast.exp -> overlap
val overlap_guard : Runtime.Dynamic_Sl.Envs.TDEnv.t -> Ol.Ast.exp -> Ol.Ast.guard -> Ol.Ast.guard -> overlap