Module docstring
{"# Bounded order homomorphisms
This file defines (bounded) order homomorphisms.
We use the DFunLike design, so each type of morphisms has a companion typeclass which is meant to
be satisfied by itself and all stricter types.
Types of morphisms
TopHom: Maps which preserve⊤.BotHom: Maps which preserve⊥.BoundedOrderHom: Bounded order homomorphisms. Monotone maps which preserve⊤and⊥.
Typeclasses
TopHomClassBotHomClassBoundedOrderHomClass","### Top homomorphisms ","### Bot homomorphisms ","### Bounded order homomorphisms ","### Dual homs "}