Skip to content

Commit

Permalink
Fix badge (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Synesso authored Jul 26, 2023
1 parent 19cca69 commit cdaf8d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
Quiver is a library that builds upon [Arrow](https://arrow-kt.io/) to make functional programming in Kotlin even
more accessible & delightful.

[<img src="https://img.shields.io/nexus/r/app.cash.quiver/lib.svg?label=latest%20release&server=https%3A%2F%2Foss.sonatype.org"/>](https://central.sonatype.com/namespace/app.cash.quiver)

Main features include:
* `Outcome` type for modelling the presence, absence or error state of a value.
* Extension methods on `Option`, `List`, `Validated` and `Either` for improved error handling, combinators and interoperability with other Arrow and Kotlin types.
* Extension methods on suspended functions to allow for seemless retries of operations.

[<img src="https://img.shields.io/maven-central/v/app.cash.quiver/lib.svg?label=latest%20release"/>](https://central.sonatype.com/namespace/app.cash.quiver)

There are two published builds.

* `lib` contains types and functions to provide additional functional programming idioms over and above what is available from Arrow.
Expand Down

0 comments on commit cdaf8d7

Please sign in to comment.