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.0.tar.gz
md5=9f673f79708b44a7effb3b6bb3618d2c
sha512=cb91cb428e43a22f1abbcb8219710d0c10a5b3756d0da392d4084b3b3a6157350776c596983e63def344f617d39964e91f244f60c07958695ee5c8c809a9f0f4
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