module Make_Map_Lattice:
Equips an Hptmap with a lattice structure, provided that the values have a lattice structure.
| Parameters: |
|
include Map_lattice.Map_Lattice
module With_Cardinality:functor (K:sigval is_summary :Key.t -> boolend) ->functor (Value:Lattice_type.Full_AI_Lattice_with_cardinalitywith type t := Value.t) ->Map_lattice.Map_Lattice_with_cardinalitywith type t := t and type key := key and type v := v
Adds cardinality functions for maps, according to a notion of cardinality on the values.