Module docstring
{"# Unbounded lattice homomorphisms
This file defines unbounded lattice homomorphisms. Bounded lattice homomorphisms are defined in
Mathlib.Order.Hom.BoundedLattice.
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
SupHom: Maps which preserve⊔.InfHom: Maps which preserve⊓.LatticeHom: Lattice homomorphisms. Maps which preserve⊔and⊓.
Typeclasses
SupHomClassInfHomClassLatticeHomClass","### Supremum homomorphisms ","### Infimum homomorphisms ","### Lattice homomorphisms ","### Dual homs ","### Prod ","### Pi "}