A multiplatform Result monad for modelling success or failure operations.
Go to file
Michael Bull c3534276b4 Rename error factory method to err
Kotlin has it's own error method, therefore the IDE doesn't immediately
prompt the user to import our error factory method.
2017-10-21 15:03:39 +01:00
gradle/wrapper Update gradle wrapper 2017-10-21 04:31:24 +01:00
src Rename error factory method to err 2017-10-21 15:03:39 +01:00
.editorconfig Initial commit 2017-10-21 03:51:30 +01:00
.gitignore Initial commit 2017-10-21 03:51:30 +01:00
LICENSE Initial commit 2017-10-21 03:51:30 +01:00
build.gradle Initial commit 2017-10-21 03:51:30 +01:00
gradle.properties Order dependencies alphabetically in gradle.properties 2017-10-21 04:32:25 +01:00
gradlew Initial commit 2017-10-21 03:51:30 +01:00
gradlew.bat Initial commit 2017-10-21 03:51:30 +01:00
settings.gradle Initial commit 2017-10-21 03:51:30 +01:00