cs3110 / textbook

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

Reorder early data and types sections #166

Open clarksmr opened 7 months ago

clarksmr commented 7 months ago

The early sections of chapter 3, maybe 3.1 through 3.6, need to be edited and reordered. Tuples/records should come nearer to lists. The OUnit material can come later. There's a lack of agreement between the order that the videos (i.e. Cornell lecture slides) and the textbook cover these topics.