cs3110 / textbook

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

Reorder early data and types sections #166

Open clarksmr opened 9 months ago

clarksmr commented 9 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.