Move the Map into Lattice/Map
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user