Standard.ValueSource*********
module Powerset : sig ... endinclude module type of struct include Powerset endmodule 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 ... endval id : t Core__Id.id***********
*************
*********************
include module type of struct include Mopsa.Sig.Abstraction.Simplified_value.DefaultValueFunctions end**********************
val backward_binop :
Mopsa.operator ->
Core.All.typ ->
t ->
Core.All.typ ->
t ->
Core.All.typ ->
t ->
t * t***************
val filt :
Powerset.t ->
(Powerset.Set.elt -> 'a -> bool) ->
('b -> 'a) ->
'b Mopsa.Top.with_top ->
Powerset.t