Skip to content

Commit 5991f40

Browse files
add tuples to readme file
1 parent c33049e commit 5991f40

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,28 @@
5353

5454
## Evaluations:
5555

56-
### Evaluate element:
56+
### Evaluate one element:
5757

5858
[Evaluate element test class](./library/src/commonTest/kotlin/com/benromdhane/omar/offroadsoft/monad/evaluation/EvaluateElementTest.kt)
5959

60+
## Tuples:
61+
62+
### Pair:
63+
64+
[Pair test class](./library/src/commonTest/kotlin/com/benromdhane/omar/offroadsoft/monad/tuple/PairTest.kt)
65+
66+
### Triple:
67+
68+
[Triple test class](./library/src/commonTest/kotlin/com/benromdhane/omar/offroadsoft/monad/tuple/TripleTest.kt)
69+
70+
### Quadruple:
71+
72+
[Quadruple test class](./library/src/commonTest/kotlin/com/benromdhane/omar/offroadsoft/monad/tuple/QuadrupleTest.kt)
73+
74+
### Quintuple:
75+
76+
[Quintuple test class](./library/src/commonTest/kotlin/com/benromdhane/omar/offroadsoft/monad/tuple/QuintupleTest.kt)
77+
6078
## Dependencies:
6179

6280
[Maven central dependencies](https://central.sonatype.com/search?q=kotlin-monads-multiplatform-library&namespace=io.github.benromdhaneomar)

0 commit comments

Comments
 (0)