package mopsa
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation
Install
dune-project
Dependency
Authors
Maintainers
Sources
mopsa-analyzer-v1.2.tar.gz
md5=37966e98ffeebcedc09bd6e9b2b81f69
sha512=40d4d826c25f680766c07eccbabdf5e8a4fa023016e8a164e4e4f6b3781c8484dc4df437055721dfd19b9db8fb7fe3b61236c4833186d346fc7204a68d01eaaa
doc/mopsa.mopsa_utils/Mopsa_utils/Containers/MapExtPoly/index.html
Module Containers.MapExtPoly
Maps with polymorphic keys and values
Internal functions with compare parameter
*********************************************
val height_ : ('a, 'b) map -> intval singleton_ : 'a -> 'b -> ('a, 'b) mapval empty_ : ('a, 'b) mapval is_empty_ : ('a, 'b) map -> boolval is_singleton_ : ('a, 'b) map -> boolval find_ : ('a -> 'b -> int) -> 'a -> ('b, 'c) map -> 'cval find_opt_ : ('a -> 'b -> int) -> 'a -> ('b, 'c) map -> 'c optionval mem_ : ('a -> 'b -> int) -> 'a -> ('b, 'c) map -> boolval min_binding_ : ('a, 'b) map -> 'a * 'bval max_binding_ : ('a, 'b) map -> 'a * 'bval fold_ : ('a -> 'b -> 'c -> 'c) -> ('a, 'b) map -> 'c -> 'cval for_all_ : ('a -> 'b -> bool) -> ('a, 'b) map -> boolval exists_ : ('a -> 'b -> bool) -> ('a, 'b) map -> boolval of_list_ : ('a -> 'a -> int) -> ('a * 'b) list -> ('a, 'b) mapval bindings_aux_ : ('a * 'b) list -> ('a, 'b) map -> ('a * 'b) listval bindings_ : ('a, 'b) map -> ('a * 'b) listval cardinal_ : ('a, 'b) map -> intval iter_ : ('a -> 'b -> 'c) -> ('a, 'b) map -> unitExported functions
**********************
val is_empty : ('a, 'b) t -> boolval is_singleton : ('a, 'b) t -> boolval find : 'a -> ('a, 'b) t -> 'bval find_opt : 'a -> ('a, 'b) t -> 'b optionval mem : 'a -> ('a, 'b) t -> boolval min_binding : ('a, 'b) t -> 'a * 'bval max_binding : ('a, 'b) t -> 'a * 'bval iter : ('a -> 'b -> 'c) -> ('a, 'b) t -> unitval fold : ('a -> 'b -> 'c -> 'c) -> ('a, 'b) t -> 'c -> 'cval for_all : ('a -> 'b -> bool) -> ('a, 'b) t -> boolval exists : ('a -> 'b -> bool) -> ('a, 'b) t -> boolval bindings : ('a, 'b) t -> ('a * 'b) listval cardinal : ('a, 'b) t -> intval choose : ('a, 'b) t -> 'a * 'b sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page