Expand description
Module containing the MapUnion
lattice and aliases for different datastructures.
Structs§
- Composable bimorphism, wraps an existing morphism by partitioning it per key.
- Map-union compound lattice.
Type Aliases§
- Array-backed
MapUnion
lattice. std::collections::BTreeMap
-backedMapUnion
lattice.std::collections::HashMap
-backedMapUnion
lattice.crate::collections::SingletonMap
-backedMapUnion
lattice.