cs3110 / textbook

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

Issue on page /chapters/modules/compilation_units.html #54

Closed allison-j-l closed 2 years ago

allison-j-l commented 2 years ago
Screen Shot 2022-03-09 at 5 17 32 PM

let f x = x + y should be let f x y = x + y otherwise the code does not compile due to signature mismatch