Skip to content

Commit 6e963f3

Browse files
committed
update documentation: add other eithers section
1 parent 502958c commit 6e963f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,8 @@ and `getLeft` to get the LHS value, wrapped in a so-called `LeftOptional`.
4545
This library grew for several months as part of the [jbock](https://github.com/jbock-java/jbock) project,
4646
until it was released independently. jbock uses it internally to perform input validation,
4747
and its generated `parse` method returns an `Either`.
48+
49+
### Other eithers
50+
51+
* [spencerwi](https://github.com/spencerwi/Either.java)
52+

0 commit comments

Comments
 (0)