|
1 | 1 | # kotlin-result |
2 | 2 |
|
3 | | -[](https://search.maven.org/search?q=g:com.michael-bull.kotlin-result) [](https://github.com/michaelbull/kotlin-result/actions?query=workflow%3Aci) [](https://github.com/michaelbull/kotlin-result/blob/master/LICENSE) |
| 3 | +[](https://search.maven.org/search?q=g:com.michael-bull.kotlin-result) |
| 4 | +[](https://github.com/michaelbull/kotlin-result/actions?query=workflow%3Aci) |
| 5 | +[](https://github.com/michaelbull/kotlin-result/blob/master/LICENSE) |
| 6 | + |
| 7 | +![badge][badge-jvm] |
| 8 | +![badge][badge-js] |
| 9 | +![badge][badge-nodejs] |
| 10 | +![badge][badge-ios] |
| 11 | +![badge][badge-linux] |
| 12 | +![badge][badge-windows] |
| 13 | +![badge][badge-mac] |
| 14 | +![badge][badge-js-ir] |
| 15 | +![badge][badge-apple-silicon] |
4 | 16 |
|
5 | 17 | [`Result<V, E>`][result] is a monad for modelling success ([`Ok`][result-ok]) or |
6 | 18 | failure ([`Err`][result-err]) operations. |
@@ -296,3 +308,17 @@ This project is available under the terms of the ISC license. See the |
296 | 308 | [scala-for-comprehension]: https://docs.scala-lang.org/tour/for-comprehensions.html |
297 | 309 | [arrow-monad-comprehension]: https://arrow-kt.io/docs/0.10/patterns/monad_comprehensions/ |
298 | 310 | [either-syntax]: https://arrow-kt.io/docs/0.10/apidocs/arrow-core-data/arrow.core/-either/#syntax |
| 311 | + |
| 312 | +[badge-android]: http://img.shields.io/badge/-android-6EDB8D.svg?style=flat |
| 313 | +[badge-jvm]: http://img.shields.io/badge/-jvm-DB413D.svg?style=flat |
| 314 | +[badge-js]: http://img.shields.io/badge/-js-F8DB5D.svg?style=flat |
| 315 | +[badge-js-ir]: https://img.shields.io/badge/support-[IR]-AAC4E0.svg?style=flat |
| 316 | +[badge-nodejs]: https://img.shields.io/badge/-nodejs-68a063.svg?style=flat |
| 317 | +[badge-linux]: http://img.shields.io/badge/-linux-2D3F6C.svg?style=flat |
| 318 | +[badge-windows]: http://img.shields.io/badge/-windows-4D76CD.svg?style=flat |
| 319 | +[badge-wasm]: https://img.shields.io/badge/-wasm-624FE8.svg?style=flat |
| 320 | +[badge-apple-silicon]: http://img.shields.io/badge/support-[AppleSilicon]-43BBFF.svg?style=flat |
| 321 | +[badge-ios]: http://img.shields.io/badge/-ios-CDCDCD.svg?style=flat |
| 322 | +[badge-mac]: http://img.shields.io/badge/-macos-111111.svg?style=flat |
| 323 | +[badge-watchos]: http://img.shields.io/badge/-watchos-C0C0C0.svg?style=flat |
| 324 | +[badge-tvos]: http://img.shields.io/badge/-tvos-808080.svg?style=flat |
0 commit comments