Skip to content

Commit 31b51a6

Browse files
committed
refactor: resolve merge of agda#2576
1 parent 5da81d0 commit 31b51a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Algebra/Apartness/Structures.agda

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ record IsHeytingCommutativeRing : Set (c ⊔ ℓ₁ ⊔ ℓ₂) where
3232

3333
open IsCommutativeRing isCommutativeRing public
3434
open IsTightApartnessRelation isTightApartnessRelation public
35+
using (isApartnessRelation; tight)
3536
open IsApartnessRelation isApartnessRelation public
3637
renaming
3738
( irrefl to #-irrefl

0 commit comments

Comments
 (0)