Skip to content

Commit bb16769

Browse files
author
Javier de Silóniz Sandino
authored
Merge pull request #14 from scala-exercises/js-chapter7-exercises
Chapter 7 exercises
2 parents a73c521 + 5858710 commit bb16769

File tree

4 files changed

+765
-1
lines changed

4 files changed

+765
-1
lines changed

src/main/scala/fpinscalalib/FPinScalaLibrary.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ object FPinScalaLibrary extends Library {
1717
FunctionalDataStructuresSection,
1818
ErrorHandlingSection,
1919
StrictnessAndLazinessSection,
20-
FunctionalStateSection
20+
FunctionalStateSection,
21+
FunctionalParallelismSection
2122
)
2223
}

0 commit comments

Comments
 (0)