We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbffab commit a0d1107Copy full SHA for a0d1107
CHANGELOG.md
@@ -605,8 +605,6 @@ Non-backwards compatible changes
605
606
* New modules:
607
```
608
- Algebra.Construct.Initial
609
- Algebra.Construct.Terminal
610
Data.List.Effectful.Transformer
611
Data.List.NonEmpty.Effectful.Transformer
612
Data.Maybe.Effectful.Transformer
@@ -872,14 +870,6 @@ Deprecated modules
872
870
Deprecated names
873
871
----------------
874
875
-* In `Algebra.Construct.Zero`:
876
- ```agda
877
- rawMagma ↦ Algebra.Construct.Terminal.rawMagma
878
- magma ↦ Algebra.Construct.Terminal.magma
879
- semigroup ↦ Algebra.Construct.Terminal.semigroup
880
- band ↦ Algebra.Construct.Terminal.band
881
- ```
882
-
883
* In `Codata.Guarded.Stream.Properties`:
884
```agda
885
map-identity ↦ map-id
0 commit comments