https://github.com/iravid/irwst
An efficient, stack-safe indexed RWS monad for Scala
https://github.com/iravid/irwst
Last synced: about 1 year ago
JSON representation
An efficient, stack-safe indexed RWS monad for Scala
- Host: GitHub
- URL: https://github.com/iravid/irwst
- Owner: iravid
- License: apache-2.0
- Created: 2018-01-27T16:39:28.000Z (over 8 years ago)
- Default Branch: rws
- Last Pushed: 2018-02-03T20:01:55.000Z (over 8 years ago)
- Last Synced: 2025-03-24T04:22:36.114Z (about 1 year ago)
- Language: Scala
- Homepage:
- Size: 41 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* An efficient, stack-safe indexed RWS monad for Scala
Following the benchmarks [[https://github.com/iravid/transformer-benchmarks][here]], this project will eventually be an efficient IRWS monad for Scala with instances for Cats and Scalaz.
Once that is done, I'll try and figure out the RWST version; that will probably be implemented as a natural transformation from the algebra here to Monix / Scalaz 8 IO.