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
+62-1Lines changed: 62 additions & 1 deletion
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
@@ -20,6 +22,9 @@ Minor improvements
20
22
* The type of `Relation.Nullary.Negation.Core.contradiction-irr` has been further
21
23
weakened so that the negated hypothesis `¬ A` is marked as irrelevant. This is
22
24
safe to do, in view of `Relation.Nullary.Recomputable.Properties.¬-recompute`.
25
+
Furthermore, because the *eager* insertion of implicit arguments during type
26
+
inference interacts badly with `contradiction`, we introduce an explicit name
27
+
`contradiction′` for its `flip`ped version.
23
28
24
29
* Refactored usages of `+-∸-assoc 1` to `∸-suc` in:
25
30
```agda
@@ -44,20 +49,61 @@ Deprecated names
44
49
New modules
45
50
-----------
46
51
52
+
*`Algebra.Properties.BooleanRing`.
53
+
54
+
*`Algebra.Properties.BooleanSemiring`.
55
+
56
+
*`Algebra.Properties.CommutativeRing`.
57
+
58
+
*`Algebra.Properties.Semiring`.
59
+
47
60
*`Data.List.Relation.Binary.Permutation.Algorithmic{.Properties}` for the Choudhury and Fiore definition of permutation, and its equivalence with `Declarative` below.
48
61
49
62
*`Data.List.Relation.Binary.Permutation.Declarative{.Properties}` for the least congruence on `List` making `_++_` commutative, and its equivalence with the `Setoid` definition.
50
63
51
64
*`Data.Vec.Functional.Algebra(.{Base|Properties})` - structures and bundles about functional vectors and modules.
52
65
66
+
*`Effect.Monad.Random` and `Effect.Monad.Random.Instances` for an mtl-style randomness monad constraint.
0 commit comments