Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmckinna committed Jun 7, 2024
1 parent 4fbf964 commit 8048d00
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 @@ -242,6 +242,12 @@ Additions to existing modules
record CommutativeBand c ℓ : Set (suc (c ⊔ ℓ))
record IdempotentMonoid c ℓ : Set (suc (c ⊔ ℓ))
```
and additional manifest fields for sub-bundles arising from these in:
```agda
IdempotentCommutativeMonoid
IdempotentSemiring
```


* In `Algebra.Bundles.Raw`
```agda
Expand Down

0 comments on commit 8048d00

Please sign in to comment.