Delete more LLM-generated comments from the migration
This commit is contained in:
@@ -2,9 +2,6 @@ import Spa.Lattice
|
||||
|
||||
namespace Spa
|
||||
|
||||
/-- Agda: `TransportFiniteHeight.finiteHeightLattice`. Transport a
|
||||
`FiniteHeightLattice` structure along a monotone inverse pair `f : α → β`,
|
||||
`g : β → α`. -/
|
||||
def FiniteHeightLattice.transport {α β : Type*} [Lattice α] [Lattice β]
|
||||
[I : FiniteHeightLattice α] (f : α → β) (g : β → α)
|
||||
(hf : Monotone f) (hg : Monotone g)
|
||||
|
||||
Reference in New Issue
Block a user