You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The original `Data.Tree.AVL.Indexed.Relation.Unary.Any.Properties` has been
71
+
split up into smaller `Data.Tree.AVL.Indexed.Relation.Unary.Any.Properties.*`
72
+
modules that are reexported by `Properties`.
74
73
75
74
Deprecated modules
76
75
------------------
@@ -152,10 +151,6 @@ Deprecated names
152
151
New modules
153
152
-----------
154
153
155
-
* Added tactic ring solvers for rational numbers (issue #1879):
156
-
`Data.Rational.Tactic.RingSolver`,
157
-
`Data.Rational.Unnormalised.Tactic.RingSolver`.
158
-
159
154
*`Algebra.Construct.Sub.Group` for the definition of subgroups.
160
155
161
156
*`Algebra.Module.Construct.Sub.Bimodule` for the definition of subbimodules.
@@ -170,12 +165,6 @@ New modules
170
165
171
166
*`Data.List.Fresh.Membership.DecSetoid`.
172
167
173
-
*`Data.List.Relation.Binary.Permutation.Algorithmic{.Properties}` for the Choudhury and Fiore definition of permutation, and its equivalence with `Declarative` below.
174
-
175
-
*`Data.List.Relation.Binary.Permutation.Declarative{.Properties}` for the least congruence on `List` making `_++_` commutative, and its equivalence with the `Setoid` definition.
176
-
177
-
*`Effect.Monad.Random` and `Effect.Monad.Random.Instances` for an mtl-style randomness monad constraint.
178
-
179
168
* Various additions over non-empty lists:
180
169
```
181
170
Data.List.NonEmpty.Relation.Binary.Pointwise
@@ -184,6 +173,16 @@ New modules
184
173
Data.List.NonEmpty.Membership.Setoid
185
174
```
186
175
176
+
*`Data.List.Relation.Binary.Permutation.Algorithmic{.Properties}` for the Choudhury and Fiore definition of permutation, and its equivalence with `Declarative` below.
177
+
178
+
*`Data.List.Relation.Binary.Permutation.Declarative{.Properties}` for the least congruence on `List` making `_++_` commutative, and its equivalence with the `Setoid` definition.
179
+
180
+
* Added tactic ring solvers for rational numbers (issue #1879):
181
+
```agda
182
+
Data.Rational.Tactic.RingSolver
183
+
Data.Rational.Unnormalised.Tactic.RingSolver
184
+
```
185
+
187
186
* Refactoring of `Data.Tree.AVL.Indexed.Relation.Unary.Any.Properties` as smaller modules:
0 commit comments