Module DomPIPartition.M
type 'a t = 'a Treemap.Make(Condition).tval refine :
Condition.t ->
inter:('a -> 'a -> 'a) ->
join:('a -> 'a -> 'a) ->
'a ->
'a t ->
'a tval find : Condition.t -> 'a t -> 'aval empty : 'a tval make_pretty :
(Stdlib.Format.formatter -> 'a -> unit) ->
Stdlib.Format.formatter ->
'a t ->
unit