Module docstring
{"# Complete lattice homomorphisms
This file defines frame homomorphisms and complete 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
sSupHom: Maps which preserve⨆.sInfHom: Maps which preserve⨅.FrameHom: Frame homomorphisms. Maps which preserve⨆,⊓and⊤.CompleteLatticeHom: Complete lattice homomorphisms. Maps which preserve⨆and⨅.
Typeclasses
sSupHomClasssInfHomClassFrameHomClassCompleteLatticeHomClass
Concrete homs
CompleteLatticeHom.setPreimage:Set.preimageas a complete lattice homomorphism.
TODO
Frame homs are Heyting homs. ","### Supremum homomorphisms ","### Infimum homomorphisms ","### Frame homomorphisms ","### Complete lattice homomorphisms ","### Dual homs ","### Concrete homs "}