Module docstring
{"# Intervals in Lattices
In this file, we provide instances of lattice structures on intervals within lattices. Some of them depend on the order of the endpoints of the interval, and thus are not made global instances. These are probably not all of the lattice instances that could be placed on these intervals, but more can be added easily along the same lines when needed.
Main definitions
In the following, * can represent either c, o, or i.
* Set.Ic*.orderBot
* Set.Ii*.semillaticeInf
* Set.I*c.orderTop
* Set.I*c.semillaticeInf
* Set.I**.lattice
* Set.Iic.boundedOrder, within an OrderBot
* Set.Ici.boundedOrder, within an OrderTop
"}