Hacker News new | ask | show | jobs
by bam365 4277 days ago
He's probably referring to the fact that you have to use different arithmetic operators for int and float in OCaml, so it would have to be 1.0 +. 2.0
1 comments

Ah, that makes sense. It's still the case, but I guess it may be going away once implicits are released.