File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# kotlin-monads
22
3- [ ![ ] ( https://jitpack.io/v/h0tk3y/kotlin-monads.svg )] ( https://jitpack.io/#h0tk3y/kotlin-monads ) [ ![ ] ( https://img.shields.io/badge/kotlin-1.1--beta--22 -blue.svg )] ( http://kotlinlang.org/ )
3+ [ ![ ] ( https://jitpack.io/v/h0tk3y/kotlin-monads.svg )] ( https://jitpack.io/#h0tk3y/kotlin-monads ) [ ![ ] ( https://img.shields.io/badge/kotlin-1.1--beta--38 -blue.svg )] ( http://kotlinlang.org/ )
44
55An attempt to implement monads in Kotlin, deeply inspired by Haskell monads, but restricted within the Kotlin type system.
66
@@ -31,7 +31,7 @@ Add as a dependency:
3131 }
3232
3333 dependencies {
34- compile 'com.github.h0tk3y:kotlin-monads:0.3-1 '
34+ compile 'com.github.h0tk3y:kotlin-monads:0.4 '
3535 }
3636
3737See the usage examples in [ tests] ( https://github.com/h0tk3y/kotlin-monads/tree/master/src/test/kotlin/com/github/h0tk3y/kotlinMonads ) .
You can’t perform that action at this time.
0 commit comments