cs3110 / textbook

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

`assert` coverage should be expanded #163

Open clarksmr opened 8 months ago

clarksmr commented 8 months ago

The coverage of assert in chapter 2 should be expanded and moved. It needs to come after let expressions. More examples should be added.