kotlin-monads v0.3 Release Notes

Release Date: 2017-01-26 // about 7 years ago
    • ⚡️ 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)