Skip to content

Commit f815786

Browse files
committed
Update docs
1 parent 20d0f9d commit f815786

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
@@ -5,8 +5,9 @@ The repo was motivated by [this post](https://medium.com/@desaismital/declarativ
55
* [Continuations, Sequences and Yields](src/main/kotlin/org/athenian/ContinuationsSequencesAndYields.kt)
66
* [Collection Operations](src/main/kotlin/org/athenian/CollectionOperations.kt)
77
* [Chained Operations](src/main/kotlin/org/athenian/ChainedOperations.kt)
8-
* [Easy vs Lazy Ordering](src/main/kotlin/org/athenian/EvaluationOrdering.kt)
9-
* [More Easy vs Lazy Ordering](src/main/kotlin/org/athenian/MoreEvaluationOrdering.kt)
8+
* [Sequnce Ordering](src/main/kotlin/org/athenian/SequenceOrdering.kt)
9+
* [Eager vs Lazy Ordering](src/main/kotlin/org/athenian/EvaluationOrdering.kt)
10+
* [More Eager vs Lazy Ordering](src/main/kotlin/org/athenian/MoreEvaluationOrdering.kt)
1011
* [Expensive Calculations](src/main/kotlin/org/athenian/ExpensiveCalculations.kt)
1112
* [Processing Data](src/main/kotlin/org/athenian/LogReader.kt)
1213

0 commit comments

Comments
 (0)