cs3110 / textbook

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

Issue on page /chapters/hop/fold.html #178

Open clarksmr opened 6 months ago

clarksmr commented 6 months ago

The type of List.fold_left (and right) these days uses 'acc as a type variable. That is inconsistent with the older use of 'a and 'b.