File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/Relation/Binary/Reasoning/Base Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ Highlights
9
9
Bug-fixes
10
10
---------
11
11
12
+ * Removed unnecessary parameter ` #-trans : Transitive _#_ ` from
13
+ ` Relation.Binary.Reasoning.Base.Apartness ` .
14
+
12
15
Non-backwards compatible changes
13
16
--------------------------------
14
17
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ open import Relation.Binary.Reasoning.Syntax
20
20
module Relation.Binary.Reasoning.Base.Apartness {a ℓ₁ ℓ₂} {A : Set a}
21
21
{_≈_ : Rel A ℓ₁} {_#_ : Rel A ℓ₂}
22
22
(≈-equiv : IsEquivalence _≈_)
23
- (#-trans : Transitive _#_) (#- sym : Symmetric _#_)
23
+ (#-sym : Symmetric _#_)
24
24
(#-≈-trans : Trans _#_ _≈_ _#_) (≈-#-trans : Trans _≈_ _#_ _#_)
25
25
where
26
26
You can’t perform that action at this time.
0 commit comments