File tree 3 files changed +7
-0
lines changed
Relation/Binary/Construct/Interior
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ Bug-fixes
13
13
to ` #-sym ` in order to avoid overloaded projection.
14
14
` irrefl ` and ` cotrans ` are similarly renamed for the sake of consistency.
15
15
16
+ * In ` Algebra.Definitions.RawMagma ` and ` Relation.Binary.Construct.Interior.Symmetric ` ,
17
+ the record constructors ` _,_ ` incorrectly had no declared fixity. They have been given
18
+ the fixity ` infixr 4 _,_ ` , consistent with that of ` Data.Product.Base ` .
19
+
16
20
Non-backwards compatible changes
17
21
--------------------------------
18
22
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ open RawMagma M renaming (Carrier to A)
25
25
------------------------------------------------------------------------
26
26
-- Divisibility
27
27
28
+ infixr 4 _,_
28
29
infix 5 _∣ˡ_ _∤ˡ_ _∣ʳ_ _∤ʳ_ _∣_ _∤_ _∥_ _∦_
29
30
30
31
-- Divisibility from the left.
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ private
24
24
------------------------------------------------------------------------
25
25
-- Definition
26
26
27
+ infixr 4 _,_
28
+
27
29
record SymInterior (R : Rel A ℓ) (x y : A) : Set ℓ where
28
30
constructor _,_
29
31
field
You can’t perform that action at this time.
0 commit comments