summaryrefslogtreecommitdiff
path: root/10-pattern-matching.md
diff options
context:
space:
mode:
Diffstat (limited to '10-pattern-matching.md')
-rw-r--r--10-pattern-matching.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/10-pattern-matching.md b/10-pattern-matching.md
index 042873e05b..cb20a81823 100644
--- a/10-pattern-matching.md
+++ b/10-pattern-matching.md
@@ -1,6 +1,7 @@
---
title: Pattern Matching
layout: default
+chapter: 8
---
# Pattern Matching
@@ -596,7 +597,7 @@ the compilation of pattern matching can emit warnings which diagnose
that a given set of patterns is not exhaustive, i.e. that there is a
possibility of a `MatchError` being raised at run-time.
-###### Example: `eval`
+### Example:
Consider the following definitions of arithmetic terms: