@@ -38,7 +38,7 @@ Bug-fixes
38
38
Consequently this field has been removed from the record, and the record
39
39
` IsRingWithoutAnnihilatingZero ` in ` Algebra.Structures.Biased ` has been
40
40
deprecated as it is now identical to is ` IsRing ` .
41
-
41
+
42
42
* In ` Algebra.Definitions.RawSemiring ` the record ` Prime ` did not
43
43
enforce that the number was not divisible by ` 1# ` . To fix this
44
44
` p∤1 : p ∤ 1# ` has been added as a field.
@@ -212,7 +212,7 @@ Non-backwards compatible changes
212
212
213
213
* Added new aliases ` Is(Meet/Join)(Bounded)Semilattice ` for ` Is(Bounded)Semilattice `
214
214
which can be used to indicate meet/join-ness of the original structures, and
215
- the field names in ` IsSemilattice ` and ` Semilattice ` have been renamed from
215
+ the field names in ` IsSemilattice ` and ` Semilattice ` have been renamed from
216
216
` ∧-cong ` to ` ∙-cong ` to indicate their undirected nature.
217
217
218
218
* Finally, the following auxiliary files have been moved:
@@ -763,10 +763,10 @@ Non-backwards compatible changes
763
763
- The records in `Function.Structures` and `Function.Bundles` export proofs
764
764
of these under the names `strictlySurjective`, `strictlyInverseˡ` and
765
765
`strictlyInverseʳ`,
766
- - Conversion functions for the definitions have been added in both directions
767
- to `Function.Consequences(.Propositional/Setoid)`.
768
- - Conversion functions for structures have been added in
769
- `Function.Structures.Biased`.
766
+ - Conversion functions for the definitions have been added in both directions
767
+ to `Function.Consequences(.Propositional/Setoid)`.
768
+ - Conversion functions for structures have been added in
769
+ `Function.Structures.Biased`.
770
770
771
771
### New `Function.Strict`
772
772
@@ -852,9 +852,9 @@ Non-backwards compatible changes
852
852
853
853
4 . The modules ` Relation.Nullary.(Product/Sum/Implication) ` have been deprecated
854
854
and their contents moved to ` Relation.Nullary.(Negation/Reflects/Decidable) ` .
855
-
855
+
856
856
5 . The proof ` T? ` has been moved from ` Data.Bool.Properties ` to ` Relation.Nullary.Decidable.Core `
857
- (but is still re-exported by the former).
857
+ (but is still re-exported by the former).
858
858
859
859
as well as the following breaking changes:
860
860
@@ -1214,7 +1214,7 @@ Other major improvements
1214
1214
1215
1215
* We have then moved raw bundles defined in ` Data.X.Properties ` to ` Data.X.Base ` for
1216
1216
` X ` = ` Nat ` /` Nat.Binary ` /` Integer ` /` Rational ` /` Rational.Unnormalised ` .
1217
-
1217
+
1218
1218
### Upgrades to ` README ` sub-library
1219
1219
1220
1220
* The ` README ` sub-library has been moved to ` doc/README ` and a new ` doc/standard-library-doc.agda-lib ` has been added.
@@ -1223,7 +1223,7 @@ Other major improvements
1223
1223
using an out-of-the-box standard Agda installation without altering the main
1224
1224
` standard-library.agda-lib ` file.
1225
1225
1226
- * The second is that the ` README ` files are now their own first-class library
1226
+ * The second is that the ` README ` files are now their own first-class library
1227
1227
and can be imported like an other library.
1228
1228
1229
1229
Deprecated modules
0 commit comments