cs3110 / textbook

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

Incomplete comment in subsection 8.3.1 #133

Closed cionx closed 8 months ago

cionx commented 1 year ago

In subsection 8.3.1, we have the following code example for insertion into a BST:

https://github.com/cs3110/textbook/blob/7b131977bcd587151bd700cd38ae83e72748a7fd/src/chapters/ds/rb.md?plain=1#L60-L66

The comment in line 60 seems to be incomplete.

clarksmr commented 8 months ago

Thank you!