cs3110 / textbook

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

Update exercises.md to clarify spec of `Fraction.make` #192

Open anshumanmohan opened 2 weeks ago

anshumanmohan commented 2 weeks ago

This PR clarifies a documentation comment in the 3-star exercise "fraction". The change was motivated by a post on the Ed discussion forum of CS3110's fall 2024 offering, where a student took [make n d] is n/d to mean that the division indicated by / would go through, and the resultant integer would be stored. Here is a link to that post.