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.1.tar.gz
md5=fdee20e988343751de440b4f6b67c0f4
sha512=f5cbf1328785d3f5ce40155dada2d95e5de5cce4f084ea30cfb04d1ab10cc9403a26cfb3fa55d0f9da72244482130fdb89c286a9aed0d640bba46b7c00e09500
doc/powersets/Powersets/Standard/Value/index.html
Module Standard.ValueSource
Types
*********
module Powerset : sig ... endinclude module type of struct include Powerset end
module Set = Powerset.Settype t = Set.t Mopsa_utils.Top.with_topval bottom : tval top : tval is_top : t -> boolval print : Core.Print.printer -> t -> unitval fold : (Z.t -> 'a -> 'a) -> t -> 'a -> 'aval mem : Z.t -> t -> boolval cardinal : t -> intval choose : t -> Z.tval singleton : Z.t -> tval of_list : Z.t list -> Set.t Mopsa_utils.Top.with_topval is_empty : t -> boolval empty : tval is_bottom : t -> boolval is_singleton : t -> boolval iter : (Z.t -> unit) -> t -> unitinclude sig ... end
val id : t Core__Id.idOptions
***********
Utilities
*************
Forward operators
*********************
include module type of struct include Mopsa.Sig.Abstraction.Simplified_value.DefaultValueFunctions end
Backward operators
**********************
Source
val backward_binop :
Mopsa.operator ->
Core.All.typ ->
t ->
Core.All.typ ->
t ->
Core.All.typ ->
t ->
t * tComparisons
***************
Source
val filt :
Powerset.t ->
(Powerset.Set.elt -> 'a -> bool) ->
('b -> 'a) ->
'b Mopsa.Top.with_top ->
Powerset.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page