package p4spectec

  1. Overview
  2. Docs
P4-SpecTec: A mechanization toolchain for the P4 Programming Language

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1.2.tar.gz
md5=1a3bc0a385fe1ecf403c019f49aa6de6
sha512=5d20b5821f33e2a3a5419b208606f27c01511994c2b3b1e1cdf4c077056dfd0aa81682af0720e1060ee2bfb0341918fcc4c53159820205a2bc32b725e5c1a714

doc/p4spectec.pass/Pass/Structure/Ol/Eq/index.html

Module Ol.Eq

module Mixfix = Domain.Mixfix
val eq_typ : Ol.Ast.typ -> Ol.Ast.typ -> bool
val eq_exp : Ol.Ast.exp -> Ol.Ast.exp -> bool
val eq_exps : Ol.Ast.exp list -> Ol.Ast.exp list -> bool
val eq_iterexp : Ol.Ast.iterexp -> Ol.Ast.iterexp -> bool
val eq_iterexps : Ol.Ast.iterexp list -> Ol.Ast.iterexp list -> bool
val eq_arg : Ol.Ast.arg -> Ol.Ast.arg -> bool
val eq_args : Ol.Ast.arg list -> Ol.Ast.arg list -> bool
val eq_pattern : Ol.Ast.pattern -> Ol.Ast.pattern -> bool
val eq_case : Ol.Ast.case -> Ol.Ast.case -> bool
val eq_cases : Ol.Ast.case list -> Ol.Ast.case list -> bool
val eq_guard : Ol.Ast.guard -> Ol.Ast.guard -> bool
val eq_instr : Ol.Ast.instr -> Ol.Ast.instr -> bool
val eq_instrs : Ol.Ast.block -> Ol.Ast.block -> bool
val eq_block : Ol.Ast.block -> Ol.Ast.block -> bool
val eq_elseblock_opt : Ol.Ast.elseblock option -> Ol.Ast.elseblock option -> bool