Hacker News new | ask | show | jobs
by gmfawcett 2676 days ago
OCaml has distinct multiplication operators for ints and floats. Haskell's multiplication operator requires its arguments to be of the same numeric type, and returns a product of the same type. That's two, off the top of my head...