Crate ascent_base
source · [−]Re-exports
pub use lattice::Lattice;Modules
Defines the Lattice trait and provides implementations for standard types
internal utility functions defined here
Structs
A wrapper type that swaps (<= and >=) for PartialOrds, (meet and join) for Lattices,
and (top and bottom) for BoundedLattices.