summaryrefslogtreecommitdiff
path: root/src/Helium/Algebra/Decidable
diff options
context:
space:
mode:
Diffstat (limited to 'src/Helium/Algebra/Decidable')
-rw-r--r--src/Helium/Algebra/Decidable/Bundles.agda2
-rw-r--r--src/Helium/Algebra/Decidable/Construct/Pointwise.agda2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Helium/Algebra/Decidable/Bundles.agda b/src/Helium/Algebra/Decidable/Bundles.agda
index e446706..c40de30 100644
--- a/src/Helium/Algebra/Decidable/Bundles.agda
+++ b/src/Helium/Algebra/Decidable/Bundles.agda
@@ -9,7 +9,7 @@
module Helium.Algebra.Decidable.Bundles where
-open import Algebra.Bundles using (RawLattice)
+open import Algebra.Lattice.Bundles using (RawLattice)
open import Algebra.Core
open import Helium.Algebra.Decidable.Structures
open import Level using (suc; _⊔_)
diff --git a/src/Helium/Algebra/Decidable/Construct/Pointwise.agda b/src/Helium/Algebra/Decidable/Construct/Pointwise.agda
index 9f067ba..cccaa96 100644
--- a/src/Helium/Algebra/Decidable/Construct/Pointwise.agda
+++ b/src/Helium/Algebra/Decidable/Construct/Pointwise.agda
@@ -8,7 +8,7 @@
module Helium.Algebra.Decidable.Construct.Pointwise where
-open import Algebra.Bundles using (RawLattice)
+open import Algebra.Lattice.Bundles using (RawLattice)
open import Algebra.Core
open import Data.Nat using (ℕ)
open import Data.Product using (_,_)