Skip to content

Commit

Permalink
actually add the consequence to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmckinna committed Jan 24, 2025
1 parent 74f8275 commit 37c11d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ New modules
Additions to existing modules
-----------------------------

* In `Algebra.Consequences.Base`:
```agda
integral⇒noZeroDivisors : Integral _≈_ 1# 0# _•_ → ¬ (1# ≈ 0#) →
NoZeroDivisors _≈_ 0# _•_
```

* In `Algebra.Construct.Pointwise`:
```agda
isNearSemiring : IsNearSemiring _≈_ _+_ _*_ 0# →
Expand Down

0 comments on commit 37c11d5

Please sign in to comment.