Skip to content

Commit d3d4656

Browse files
author
Javier de Silóniz Sandino
committed
Added first notice
1 parent ff91c1e commit d3d4656

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/scala/fpinscalalib/GettingStartedWithFPSection.scala

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ import org.scalatest.{FlatSpec, Matchers}
77
object GettingStartedWithFPSection extends FlatSpec with Matchers with org.scalaexercises.definitions.Section {
88

99
/**
10+
* = Functional programming in Scala =
11+
*
12+
* The following set of sections represent the exercises contained in the book "Functional Programming in Scala",
13+
* written by Paul Chiusano and Rúnar Bjarnason and published by Manning. This content library is meant to be used
14+
* in tandem with the book, although excerpts of the theory needed to complete them have been added to guide you.
15+
*
16+
* For more information about "Functional Programming in Scala" please visit its
17+
* <a href="https://www.manning.com/books/functional-programming-in-scala">official website</a>.
18+
*
1019
* = Tail-recursive functions =
1120
*
1221
* We're going to introduce some of the basic techniques for writing functional programs. Let's start by writing

0 commit comments

Comments
 (0)