Module docstring
{"# Bounded lattice homomorphisms
This file defines bounded lattice 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
SupBotHom: Finitary supremum homomorphisms. Maps which preserve⊔and⊥.InfTopHom: Finitary infimum homomorphisms. Maps which preserve⊓and⊤.BoundedLatticeHom: Bounded lattice homomorphisms. Maps which preserve⊤,⊥,⊔and⊓.
Typeclasses
SupBotHomClassInfTopHomClassBoundedLatticeHomClass
TODO
Do we need more intersections between BotHom, TopHom and lattice homomorphisms?
","### Finitary supremum homomorphisms ","### Finitary infimum homomorphisms ","### Bounded lattice homomorphisms ","### Dual homs "}