Skip to content

Commit c2aec80

Browse files
author
Javier de Silóniz Sandino
authored
Merge pull request #9 from scala-exercises/js-chapter5-exercises
Chapter 5 exercises - "Strictness and Laziness"
2 parents 4026f3f + 2b24867 commit c2aec80

File tree

5 files changed

+895
-1
lines changed

5 files changed

+895
-1
lines changed

src/main/scala/fpinscalalib/FPinScalaLibrary.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ object FPinScalaLibrary extends Library {
1515
override def sections = scala.collection.immutable.List(
1616
GettingStartedWithFPSection,
1717
FunctionalDataStructuresSection,
18-
ErrorHandlingSection
18+
ErrorHandlingSection,
19+
StrictnessAndLazinessSection
1920
)
2021
}

0 commit comments

Comments
 (0)