Tweak exports from finite value bundle to avoid (some) redundant arguments
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
@@ -19,8 +19,10 @@ module _ (fhB : FiniteHeightLattice B) where
|
||||
module _ {ks : List A} (uks : Unique ks) (≈₂-dec : Decidable _≈₂_) where
|
||||
import Lattice.FiniteValueMap A B _≈₂_ _⊔₂_ _⊓₂_ ≡-dec-A isLattice₂ as FVM
|
||||
|
||||
FiniteHeightType = FVM.FiniteMap
|
||||
FiniteHeightType = FVM.FiniteMap ks
|
||||
|
||||
finiteHeightLattice = FVM.IterProdIsomorphism.finiteHeightLattice uks ≈₂-dec height₂ fixedHeight₂
|
||||
open FiniteHeightLattice finiteHeightLattice public
|
||||
|
||||
≈-dec = FVM.≈-dec ks ≈₂-dec
|
||||
|
||||
finiteHeightLattice = FVM.IterProdIsomorphism.finiteHeightLattice uks ≈₂-dec height₂ fixedHeight₂
|
||||
|
||||
Reference in New Issue
Block a user