Releases: h0tk3y/kotlin-monads
Releases · h0tk3y/kotlin-monads
Update to Kotlin 1.1
Update to Kotlin 1.1 Beta 2
Also, fixed coroutines label trick for nested coroutines.
Improvements and update to Kotlin 1.1 Beta
- Updated to Kotlin 1.1 Beta (
1.1.0-beta-22
) - Improved the do notation: now the result type argument is inferred, and the control flow is checked
- The continuation cloning for the do notation has also been improved and now it fits cases when the binding is deferred (next
bind
is not called within the current one)
Hotfix for the 0.3 release
Added sources jar to archives.
The Kotlin 1.1-M04 release
Merge pull request #1 from h0tk3y/migration-to-1.1-M04 Updated to 1.1-M04.
Initial release
Arranged the sources into packages. Added sourcesJar.