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/dynamic_runner/Dynamic_runner/Signature/index.html

Module Dynamic_runner.SignatureSource

module Typ = Type.Typ
Sourcetype mode =
  1. | AL_mode
  2. | SL_mode
  3. | PL_mode
  4. | Empty_mode
Sourcetype spec =
  1. | AL of Lang.Al.spec
  2. | SL of Lang.Sl.spec
  3. | PL of Lang.Pl.spec
  4. | Empty
Sourcetype rel_result =
  1. | Pass of Value.t list
  2. | Fail of Util.Source.region * string
Sourcetype func_result =
  1. | Pass of Value.t
  2. | Fail of Util.Source.region * string
Sourcetype parse_result =
  1. | Pass of Value.t
  2. | Fail of [ `Syntax of Util.Source.region * string ]
Sourcetype program_result =
  1. | Pass of Value.t list
  2. | Fail of [ `Syntax of Util.Source.region * string | `Runtime of Util.Source.region * string ]
Sourcetype stf_result =
  1. | Pass
  2. | Fail of [ `Syntax of Util.Source.region * string | `Runtime of Util.Source.region * string ]
Sourcemodule type CACHE = sig ... end
Sourcemodule type INTERFACE = sig ... end
Sourcemodule type EXTERN = sig ... end
Sourcemodule type INTERP = sig ... end
Sourcemodule type INTERP_AL = sig ... end
Sourcemodule type INTERP_SL = sig ... end
Sourcemodule type INTERP_PL = sig ... end
Sourcemodule type RUNNER = sig ... end