cs3110 / textbook

The CS 3110 Textbook, "OCaml Programming: Correct + Efficient + Beautiful"
Other
720 stars 132 forks source link

Issue on page /chapters/data/lists.html #110

Closed haslam22 closed 1 year ago

haslam22 commented 1 year ago

Hi, thanks for the excellent course.

Section 3.1.2 (https://cs3110.github.io/textbook/chapters/data/lists.html#accessing-lists) has the following video which covers pattern matching in general (across lists, records, tuples):

https://www.youtube.com/watch?v=AkrlDpHN_zE

And the written material for 3.1.2 covers:

Then in section 3.1.4 (https://cs3110.github.io/textbook/chapters/data/lists.html#pattern-matching-with-lists) we have a video covering what we already read through in section 3.1.2:

https://www.youtube.com/watch?v=sO9wxUxajS4

I feel like this video would be better placed in section 3.1.2.

clarksmr commented 1 year ago

Good point. Thank you!