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
- Host: GitHub
- URL: https://github.com/danslapman/cats-conts
- Owner: danslapman
- License: wtfpl
- Created: 2018-03-20T21:03:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T18:05:03.000Z (about 6 years ago)
- Last Synced: 2025-06-12T17:49:52.433Z (7 months ago)
- Topics: cats, continuations, monads
- Language: Scala
- Size: 15.6 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: copying.txt
Awesome Lists containing this project
README
cats-conts [  ](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"
```