Expand description
Macros for the lattices
crate.
See [derive(Lattice)
.
Derive Macros§
- IsBot
- Derives lattice
IsBot
. - IsTop
- Derives lattice
IsTop
. - Lattice
#[derive(Lattice)]
Macro- Lattice
From - Derives
LatticeFrom
. - Lattice
Ord - Derives
PartialEq
,PartialOrd
, andLatticeOrd
together. - Merge
- Derives lattice
Merge
.