package p4spectec
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
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.backend_sim/Backend_sim/Psa/Mirror/Table/index.html
Module Mirror.Table
module M : sig ... endtype key = Int.tval add : key -> 'a -> 'a Stdlib__Map.Make(Int).t -> 'a Stdlib__Map.Make(Int).tval add_to_list :
key ->
'a ->
'a list Stdlib__Map.Make(Int).t ->
'a list Stdlib__Map.Make(Int).tval update :
key ->
('a option -> 'a option) ->
'a Stdlib__Map.Make(Int).t ->
'a Stdlib__Map.Make(Int).tval singleton : key -> 'a -> 'a Stdlib__Map.Make(Int).tval remove : key -> 'a Stdlib__Map.Make(Int).t -> 'a Stdlib__Map.Make(Int).tval merge :
(key -> 'a option -> 'b option -> 'c option) ->
'a Stdlib__Map.Make(Int).t ->
'b Stdlib__Map.Make(Int).t ->
'c Stdlib__Map.Make(Int).tval union :
(key -> 'a -> 'a -> 'a option) ->
'a Stdlib__Map.Make(Int).t ->
'a Stdlib__Map.Make(Int).t ->
'a Stdlib__Map.Make(Int).tval bindings : 'a Stdlib__Map.Make(Int).t -> (key * 'a) listval min_binding : 'a Stdlib__Map.Make(Int).t -> key * 'aval min_binding_opt : 'a Stdlib__Map.Make(Int).t -> (key * 'a) optionval max_binding : 'a Stdlib__Map.Make(Int).t -> key * 'aval max_binding_opt : 'a Stdlib__Map.Make(Int).t -> (key * 'a) optionval choose : 'a Stdlib__Map.Make(Int).t -> key * 'aval choose_opt : 'a Stdlib__Map.Make(Int).t -> (key * 'a) optionval find : key -> 'a Stdlib__Map.Make(Int).t -> 'aval find_opt : key -> 'a Stdlib__Map.Make(Int).t -> 'a optionval iter : (key -> 'a -> unit) -> 'a Stdlib__Map.Make(Int).t -> unitval fold :
(key -> 'a -> 'acc -> 'acc) ->
'a Stdlib__Map.Make(Int).t ->
'acc ->
'accval mapi :
(key -> 'a -> 'b) ->
'a Stdlib__Map.Make(Int).t ->
'b Stdlib__Map.Make(Int).tval filter :
(key -> 'a -> bool) ->
'a Stdlib__Map.Make(Int).t ->
'a Stdlib__Map.Make(Int).tval filter_map :
(key -> 'a -> 'b option) ->
'a Stdlib__Map.Make(Int).t ->
'b Stdlib__Map.Make(Int).tval partition :
(key -> 'a -> bool) ->
'a Stdlib__Map.Make(Int).t ->
'a Stdlib__Map.Make(Int).t * 'a Stdlib__Map.Make(Int).tval split :
key ->
'a Stdlib__Map.Make(Int).t ->
'a Stdlib__Map.Make(Int).t * 'a option * 'a Stdlib__Map.Make(Int).tval mem : key -> 'a Stdlib__Map.Make(Int).t -> boolval for_all : (key -> 'a -> bool) -> 'a Stdlib__Map.Make(Int).t -> boolval exists : (key -> 'a -> bool) -> 'a Stdlib__Map.Make(Int).t -> boolval to_list : 'a Stdlib__Map.Make(Int).t -> (key * 'a) listval of_list : (key * 'a) list -> 'a Stdlib__Map.Make(Int).ttype t = int M.tval to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> (t, string) result sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>