Module GlobConstrSolFromEqConstrSol.VHSource
Sourceval iter : (key -> 'a -> unit) -> 'a t -> unit Sourceval for_all : (key -> 'a -> bool) -> 'a t -> bool Sourceval fold : (key -> 'a -> 'b -> 'b) -> 'a t -> 'b -> 'b Sourceval exists : (key -> 'a -> bool) -> 'a t -> bool Sourceval map_inplace : (key -> 'a -> 'a) -> 'a t -> unit Sourceval filter : ('a -> bool) -> 'a t -> 'a t Sourceval filter_inplace : ('a -> bool) -> 'a t -> unit Sourceval filteri : (key -> 'a -> bool) -> 'a t -> 'a t Sourceval filteri_inplace : (key -> 'a -> bool) -> 'a t -> unit Sourceval filter_map : (key -> 'a -> 'b option) -> 'a t -> 'b t Sourceval filter_map_inplace : (key -> 'a -> 'a option) -> 'a t -> unit Sourceval modify : key -> ('a -> 'a) -> 'a t -> unit Sourceval modify_def : 'a -> key -> ('a -> 'a) -> 'a t -> unit Sourceval modify_opt : key -> ('a option -> 'a option) -> 'a t -> unit Sourceval merge :
(key -> 'a option -> 'b option -> 'c option) ->
'a t ->
'b t ->
'c t Sourceval merge_all : (key -> 'a list -> 'b list -> 'c list) -> 'a t -> 'b t -> 'c t