Make the detailed time traveling example a subsection.

This commit is contained in:
Danila Fedorin 2020-07-30 01:09:30 -07:00
parent 298cf6599c
commit e15daa8f6d
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ doRepMax xs = snd t
where t = repMax xs (fst t) where t = repMax xs (fst t)
``` ```
### Detailed Example: Reducing `doRepMax` #### Detailed Example: Reducing `doRepMax`
If the above examples haven't elucidated how `doRepMax` works, If the above examples haven't elucidated how `doRepMax` works,
stick around in this section and we will go through it step-by-step. stick around in this section and we will go through it step-by-step.