Test if one lattice includes another.
Example
>>> Lattice(3) <= Lattice([1, 2, 3]) True
other (Lattice) – Lattice to compare with.
bool
treams.Lattice.__gt__
treams.Lattice.__lt__