pub fn check_lattice_properties<T: Merge<T> + Clone + PartialEq + Debug>( items: &[T], )
Check lattice associativity, commutativity, and idempotence.