Move the Map into Lattice/Map

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2023-09-23 15:06:43 -07:00
parent f27dec8904
commit 845a8a2236
3 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ module IsEquivalenceInstances where
(_≈₂_ : B B Set b)
(eB : IsEquivalence B _≈₂_) where
open import Map A B ≡-dec-A using (Map; lift; subset)
open import Lattice.Map A B ≡-dec-A using (Map; lift; subset)
open import Data.List using (_∷_; []) -- TODO: re-export these with nicer names from map
open IsEquivalence eB renaming