We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CHANGELOG
1 parent 22b5b22 commit e54f2a7Copy full SHA for e54f2a7
CHANGELOG.md
@@ -605,6 +605,8 @@ 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
@@ -870,6 +872,14 @@ Deprecated modules
870
872
Deprecated names
871
873
----------------
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