Skip to content

Commit 43b117d

Browse files
committed
[raise-dsl-assertions] Updated README.md
1 parent 85d8c0e commit 43b117d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88

99
This project provides a set of [AssertJ](https://assertj.github.io/doc/) assertions for the [Arrow](https://arrow-kt.io/) library. In detail, the project provides assertions for the following Arrow types:
1010

11-
- [x] `Either`
12-
- [x] `Option`
11+
- [x] `Either<E, A>`
12+
- [x] `Option<A>`
13+
- [x] `Raise<E>.() -> A`
1314

1415
Maybe you're asking yourself: "Why do we need AssertJ assertions for Arrow types?". The answer is simple: We often use Kotlin and Arrow Kt inside a Java project using Spring Boot. In this case, we already have AssertJ in the classpath as an assertion library. So, why not use it to assert Arrow types?
1516

0 commit comments

Comments
 (0)