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/spectec/Spectec/Common/Unboot/index.html

Module Common.Unboot

module Atom = Domain.Atom
module Mixfix = Domain.Mixfix
module Il = Lang.Il
module Typ = Runtime.Type.Typ
module Value = Runtime.Value
val error : string -> 'a
val unboot_value_mtchtbl : Spectec.Caches.Il.value Runtime.Value.Get.mtchtbl Stdlib.ref
val unboot_typ_mtchtbl : Spectec.Caches.Il.typ Runtime.Value.Get.mtchtbl Stdlib.ref
val unboot_deftyp_mtchtbl : Spectec.Caches.Il.deftyp Runtime.Value.Get.mtchtbl Stdlib.ref
val unboot_unop_mtchtbl : Spectec.Caches.Il.unop Runtime.Value.Get.mtchtbl Stdlib.ref
val unboot_binop_mtchtbl : Spectec.Caches.Il.binop Runtime.Value.Get.mtchtbl Stdlib.ref
val unboot_cmpop_mtchtbl : Spectec.Caches.Il.cmpop Runtime.Value.Get.mtchtbl Stdlib.ref
val unboot_arg_mtchtbl : Spectec.Caches.Il.arg Runtime.Value.Get.mtchtbl Stdlib.ref
val unboot_exp_mtchtbl : Spectec.Caches.Il.exp Runtime.Value.Get.mtchtbl Stdlib.ref
val unboot_path_mtchtbl : Spectec.Caches.Il.path Runtime.Value.Get.mtchtbl Stdlib.ref
val unboot_pattern_mtchtbl : Spectec.Caches.Il.pattern Runtime.Value.Get.mtchtbl Stdlib.ref
val unboot_iters : Runtime.Value.t -> Spectec.Caches.Il.iter list
val unboot_varis : Runtime.Value.t -> Spectec.Caches.Il.var list
val unboot_typs : Runtime.Value.t -> Spectec.Caches.Il.typ list
val unboot_num_typ_nat : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.typ
val unboot_num_typ_int : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.typ
val unboot_tuple_typ : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.typ
val unboot_targs : Runtime.Value.t -> Spectec.Caches.Il.targ list
val unboot_tparams : Runtime.Value.t -> Spectec.Caches.Il.tparam list
val unboot_plain_deftyp : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.deftyp
val unboot_typfields : Runtime.Value.t -> Spectec.Caches.Il.typfield list
val unboot_struct_deftyp : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.deftyp
val unboot_typcases : Runtime.Value.t -> Spectec.Caches.Il.typcase list
val unboot_variant_deftyp : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.deftyp
val unboot_values : Runtime.Value.t -> Lang.Il.value list
val unboot_num_value_nat : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.value
val unboot_num_value_int : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.value
val unboot_valuefields : Runtime.Value.t -> Lang.Il.valuefield list
val unboot_struct_value : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.value
val unboot_variant_value : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.value
val unboot_tuple_value : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.value
val unboot_value_opt : Runtime.Value.t -> Lang.Il.value option
val unboot_extern_value : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.value
val unboot_minus_unop : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.unop
val unboot_equiv_binop : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.binop
val unboot_args : Runtime.Value.t -> Spectec.Caches.Il.arg list
val unboot_exps : Runtime.Value.t -> Spectec.Caches.Il.exp list
val unboot_exp_opt : Runtime.Value.t -> Spectec.Caches.Il.exp option
val unboot_num_exp_nat : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.exp
val unboot_num_exp_int : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.exp
val unboot_upcast_exp : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.exp
val unboot_downcast_exp : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.exp
val unboot_match_exp : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.exp
val unboot_tuple_exp : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.exp
val unboot_slice_exp : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.exp
val unboot_slice_path : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.path
val unboot_cons_pattern : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.pattern
val unboot_fixed_pattern : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.pattern
val unboot_some_pattern : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.pattern
val unboot_none_pattern : Util.Source.region -> Runtime.Value.t list -> Spectec.Caches.Il.pattern
val unboot_iterexps : Runtime.Value.t -> Spectec.Caches.Il.iterexp list