diff options
Diffstat (limited to 'src/Helium/Algebra/Decidable/Bundles.agda')
-rw-r--r-- | src/Helium/Algebra/Decidable/Bundles.agda | 2 |
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; _⊔_) |