https://github.com/gvolpe/free-as-a-monad
Running 2 or more algebras with Coproduct and Inject when using the Free Monad
https://github.com/gvolpe/free-as-a-monad
algebra cats coproduct free inject monad natural-transformation
Last synced: 8 months ago
JSON representation
Running 2 or more algebras with Coproduct and Inject when using the Free Monad
- Host: GitHub
- URL: https://github.com/gvolpe/free-as-a-monad
- Owner: gvolpe
- Created: 2017-06-19T17:27:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T12:28:29.000Z (over 8 years ago)
- Last Synced: 2025-02-09T01:14:26.909Z (8 months ago)
- Topics: algebra, cats, coproduct, free, inject, monad, natural-transformation
- Language: Scala
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
free-as-a-monad
===============Simple demostratino of the creation of your own free monad + the use of it.