An open API service indexing awesome lists of open source software.

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

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.