-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a different MonoidK and SemigroupK instance for Kleisli (#1098)
* Add a MonoidK and SemigroupK instance for Kleisli. Combine the result of Kleislis using MonoidK[F] or SemigroupK[F]. * Rebase and make instances explicit * Add doctests and rename instance * Fix string interpolation error in doctest * Make endo SemigroupK / MonoidK instances explicit
- Loading branch information
1 parent
523ac99
commit 46d0b17
Showing
2 changed files
with
64 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters