Skip to content

Commit 37c11d5

Browse files
committed
actually add the consequence to CHANGELOG
1 parent 74f8275 commit 37c11d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ New modules
5757
Additions to existing modules
5858
-----------------------------
5959

60+
* In `Algebra.Consequences.Base`:
61+
```agda
62+
integral⇒noZeroDivisors : Integral _≈_ 1# 0# _•_ → ¬ (1# ≈ 0#) →
63+
NoZeroDivisors _≈_ 0# _•_
64+
```
65+
6066
* In `Algebra.Construct.Pointwise`:
6167
```agda
6268
isNearSemiring : IsNearSemiring _≈_ _+_ _*_ 0# →

0 commit comments

Comments
 (0)