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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+70Lines changed: 70 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ Bug-fixes
11
11
12
12
* Fix a type error in `README.Data.Fin.Relation.Unary.Top` within the definition of `>-weakInduction`.
13
13
14
+
* Fix a typo in `Algebra.Morphism.Construct.DirectProduct`.
15
+
14
16
Non-backwards compatible changes
15
17
--------------------------------
16
18
@@ -47,18 +49,59 @@ Deprecated names
47
49
New modules
48
50
-----------
49
51
52
+
*`Algebra.Properties.BooleanRing`.
53
+
54
+
*`Algebra.Properties.BooleanSemiring`.
55
+
56
+
*`Algebra.Properties.CommutativeRing`.
57
+
58
+
*`Algebra.Properties.Semiring`.
59
+
50
60
*`Data.List.Relation.Binary.Permutation.Algorithmic{.Properties}` for the Choudhury and Fiore definition of permutation, and its equivalence with `Declarative` below.
51
61
52
62
*`Data.List.Relation.Binary.Permutation.Declarative{.Properties}` for the least congruence on `List` making `_++_` commutative, and its equivalence with the `Setoid` definition.
53
63
64
+
*`Effect.Monad.Random` and `Effect.Monad.Random.Instances` for an mtl-style randomness monad constraint.
0 commit comments