realworldocaml / examples

All the examples in Real World OCaml
The Unlicense
376 stars 81 forks source link

Update line 27 #48

Closed haiwwhai closed 6 years ago

haiwwhai commented 7 years ago

part 6 line 27

Float.of_int x /. Float.of_int y shall be changed to float_of_int /. float_of_int