Skip to content

Commit

Permalink
Add a note
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelenya committed Oct 29, 2023
1 parent e077be0 commit d902a60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions text/chapter4.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Pattern Matching

> Temporary note: If you're working on this chapter, beware that chapters 4 and 5 were swapped in November 2023.
## Chapter Goals

This chapter will introduce two new concepts: algebraic data types and pattern matching. We will also briefly cover an interesting feature of the PureScript type system: row polymorphism.
Expand Down
2 changes: 2 additions & 0 deletions text/chapter5.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Recursion, Maps, And Folds

> Temporary note: If you're working on this chapter, beware that chapters 4 and 5 were swapped in November 2023.
## Chapter Goals

In this chapter, we will look at how recursive functions can be used to structure algorithms. Recursion is a basic technique used in functional programming, which we will use throughout this book.
Expand Down

0 comments on commit d902a60

Please sign in to comment.