Finished editing "Functional Programming"
Files containing only a newline at the end of the file indicate that I have reviewed that task and didn't need to change anything. The file now has a new timestamp indicating it has been reviewed.
This commit is contained in:
parent
6d3c9e479f
commit
a4b7513a49
|
@ -3,5 +3,5 @@
|
|||
The starter code provides a `Condition` class and a function
|
||||
`Condition.combine()` that combines two conditions. There's also a skeleton
|
||||
for the `List<Condition>` extension function `combineAll()` that combines all
|
||||
the conditions in the `List`. Complete the implementation using `reduce()`,
|
||||
conditions in the `List`. Complete the implementation using `reduce()`,
|
||||
assuming the `List` is non-empty.
|
Loading…
Reference in New Issue