Skip to content

Commit

Permalink
docs: improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
broij committed Jun 28, 2024
1 parent ccf4cb1 commit 39ee182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ZArrow

`ZArrow` is a functional programming library built on top of the [`ZIO`](https://zio.dev) (ZIO: Zero-dependency, type-safe, asynchronous, concurrent) library in Scala.
`ZArrow` is a functional programming library built to be used with the [`ZIO`](https://zio.dev) ecosystem.

The library implements the type `ZArrow[I, R, E, O]`. Each instance of `ZArrow` describes an effectful mapping from `I` to `O`. Specifically, it maps any `I` to a `ZIO[R, E, O]`, which is a computation that requires an `R` and either succeeds with an `O`, fails with an `E`, or dies.

Expand Down

0 comments on commit 39ee182

Please sign in to comment.