Comment on Real World OCamlparentComments−colanderman12yIt now has first-order modules, which can be used to accomplish almost the same thing. The biggest difference is first-order modules are explicit while typeclasses are implicit. Whether this is a good or bad thing is up for debate.−dllthomas12yIt had first order modules when I was using it, but people may well have found uses for them that make the comparison more apparent.
Comments
It now has first-order modules, which can be used to accomplish almost the same thing. The biggest difference is first-order modules are explicit while typeclasses are implicit. Whether this is a good or bad thing is up for debate.
It had first order modules when I was using it, but people may well have found uses for them that make the comparison more apparent.