summaryrefslogtreecommitdiff
path: root/src/Helium/Algebra/Decidable/Bundles.agda
diff options
context:
space:
mode:
authorGreg Brown <greg.brown@cl.cam.ac.uk>2022-03-08 18:49:39 +0000
committerGreg Brown <greg.brown@cl.cam.ac.uk>2022-03-08 18:49:39 +0000
commit69b82b0f568dd840f05f6aa9902ee6dcd5df5cad (patch)
tree11ba0964073cdb5f8de8bc1689f0e53eb21879a2 /src/Helium/Algebra/Decidable/Bundles.agda
parentc32c75ab3d5628163a4ece83e38d85152bf9e189 (diff)
Migrate to agda-stdlib-2.0-dev.axiomatic
Diffstat (limited to 'src/Helium/Algebra/Decidable/Bundles.agda')
-rw-r--r--src/Helium/Algebra/Decidable/Bundles.agda2
1 files changed, 1 insertions, 1 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; _⊔_)