Skip to content

Commit 3509702

Browse files
committed
rename: Algebra.Lattice.Morphism.Structures exports
1 parent bb18eca commit 3509702

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Algebra/Lattice/Morphism/Structures.agda

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ module LatticeMorphisms (L₁ : RawLattice a ℓ₁) (L₂ : RawLattice b ℓ₂
8787

8888
open ∧.IsMagmaMonomorphism ∧-isMagmaMonomorphism public
8989
using (isRelMonomorphism)
90+
renaming (⟦_⟧∙_ to ⟦_⟧∧_; _∙⟦_⟧ to _∧⟦_⟧)
9091

9192

9293
record IsLatticeIsomorphism (⟦_⟧ : A B) : Set (a ⊔ b ⊔ ℓ₁ ⊔ ℓ₂) where

0 commit comments

Comments
 (0)