Fix typo in FixedHeightLattice definition

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
Danila Fedorin 2024-02-11 15:37:00 -08:00
parent 16c4d13242
commit 45f2babfa3

View File

@ -153,6 +153,6 @@ record FiniteHeightLattice {a} (A : Set a) : Set (lsuc a) where
_⊔_ : A A A
_⊓_ : A A A
isFiniteHeightLattice : IsFiniteHeightLattice A height _≈_ _⊔_ __
isFiniteHeightLattice : IsFiniteHeightLattice A height _≈_ _⊔_ __
open IsFiniteHeightLattice isFiniteHeightLattice public