package kappa-library
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Public internals of the Kappa tool suite. Use this package to use kappa as a lib
Install
dune-project
Dependency
Authors
Maintainers
Sources
v4.1.3.tar.gz
md5=1c9a8a0d79f085757817f90834e166f5
sha512=13ac40442940ba6e72d7dc5bf952e67443872f7bff63e9c76a3a699a6904c88696047fe04519b7ec6546371642f6ee7b0983117be302694aca15500b0df40de3
doc/kappa-library.generic/Kappa_data_structures/SetMap/Proj2/argument-1-A/Map/index.html
Module A.Map
type elt = elttype set = Set.tval empty : 'a tval is_empty : 'a t -> boolval size : 'a t -> intval add_while_testing_freshness :
('parameters, 'error, elt -> 'a -> 'a t -> 'error * bool * 'a t)
with_log_wrapval remove_while_testing_existence :
('parameters, 'error, elt -> 'a t -> 'error * bool * 'a t) with_log_wrapval find_option_with_logs :
('parameters, 'error, elt -> 'a t -> 'error * 'a option) with_log_wrapval find_default_with_logs :
('parameters, 'error, 'a -> elt -> 'a t -> 'error * 'a) with_log_wrapval add_with_logs :
('parameters, 'error, elt -> 'a -> 'a t -> 'error * 'a t) with_log_wrapval remove_with_logs :
('parameters, 'error, elt -> 'a t -> 'error * 'a t) with_log_wrapval join_with_logs :
('parameters, 'error, 'a t -> elt -> 'a -> 'a t -> 'error * 'a t)
with_log_wrapval split_with_logs :
('parameters, 'error, elt -> 'a t -> 'error * ('a t * 'a option * 'a t))
with_log_wrapval update_with_logs :
('parameters, 'error, 'a t -> 'a t -> 'error * 'a t) with_log_wrapval map2_with_logs :
('parameters,
'error,
('parameters -> 'error -> 'a -> 'error * 'c) ->
('parameters -> 'error -> 'b -> 'error * 'c) ->
('parameters -> 'error -> 'a -> 'b -> 'error * 'c) ->
'a t ->
'b t ->
'error * 'c t)
with_log_wrapval map2z_with_logs :
('parameters,
'error,
('parameters -> 'error -> 'a -> 'a -> 'error * 'a) ->
'a t ->
'a t ->
'error * 'a t)
with_log_wrapval fold2z_with_logs :
('parameters,
'error,
('parameters -> 'error -> elt -> 'a -> 'b -> 'c -> 'error * 'c) ->
'a t ->
'b t ->
'c ->
'error * 'c)
with_log_wrapval fold2_sparse_with_logs :
('parameters,
'error,
('parameters -> 'error -> elt -> 'a -> 'b -> 'c -> 'error * 'c) ->
'a t ->
'b t ->
'c ->
'error * 'c)
with_log_wrapval iter2_sparse_with_logs :
('parameters,
'error,
('parameters -> 'error -> elt -> 'a -> 'b -> 'error) ->
'a t ->
'b t ->
'error)
with_log_wrapval diff_with_logs :
('parameters, 'error, 'a t -> 'a t -> 'error * 'a t * 'a t) with_log_wrapval diff_pred_with_logs :
('parameters,
'error,
('a -> 'a -> bool) ->
'a t ->
'a t ->
'error * 'a t * 'a t)
with_log_wrapval merge_with_logs :
('parameters, 'error, 'a t -> 'a t -> 'error * 'a t) with_log_wrapval union_with_logs :
('parameters, 'error, 'a t -> 'a t -> 'error * 'a t) with_log_wrapval fold_restriction_with_logs :
('parameters,
'error,
(elt -> 'a -> ('error * 'b) -> 'error * 'b) ->
set ->
'a t ->
'b ->
'error * 'b)
with_log_wrapval fold_restriction_with_missing_associations_with_logs :
('parameters,
'error,
(elt -> 'a -> ('error * 'b) -> 'error * 'b) ->
(elt -> ('error * 'b) -> 'error * 'b) ->
set ->
'a t ->
'b ->
'error * 'b)
with_log_wrapval monadic_fold2 :
'parameters ->
'exceptions_caught_and_uncaught ->
('parameters ->
'exceptions_caught_and_uncaught ->
elt ->
'a ->
'b ->
'c ->
'exceptions_caught_and_uncaught * 'c) ->
('parameters ->
'exceptions_caught_and_uncaught ->
elt ->
'a ->
'c ->
'exceptions_caught_and_uncaught * 'c) ->
('parameters ->
'exceptions_caught_and_uncaught ->
elt ->
'b ->
'c ->
'exceptions_caught_and_uncaught * 'c) ->
'a t ->
'b t ->
'c ->
'exceptions_caught_and_uncaught * 'cval print :
(Format.formatter -> 'a -> unit) ->
Format.formatter ->
'a t ->
unitval of_json :
?lab_key:string ->
?lab_value:string ->
?error_msg:string ->
(Yojson.Basic.t -> elt) ->
(Yojson.Basic.t -> 'value) ->
Yojson.Basic.t ->
'value tval to_json :
?lab_key:string ->
?lab_value:string ->
(elt -> Yojson.Basic.t) ->
('value -> Yojson.Basic.t) ->
'value t ->
Yojson.Basic.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>