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

https://github.com/danslapman/cats-conts

Continuation monads for cats
https://github.com/danslapman/cats-conts

cats continuations monads

Last synced: 7 months ago
JSON representation

Continuation monads for cats

Awesome Lists containing this project

README

          

cats-conts [ ![Download](https://api.bintray.com/packages/danslapman/maven/cats-conts/images/download.svg) ](https://bintray.com/danslapman/maven/cats-conts/_latestVersion)
============================================================================================================================================================================

cats-conts is a port of scalaz's `IndexedContsT` for cats ecosystem

See `examples` for some usage examples (runnable with [ammonite](http://ammonite.io))

cats-conts is available via bintray:

```
resolvers += Resolver.bintrayRepo("danslapman", "maven")

libraryDependencies += "danslapman" %% "cats-conts" % "0.5"
```