▲ | yazzku 7 months ago | |
Interesting link, thanks. | ||
▲ | enugu 7 months ago | parent [-] | |
This page (https://reasonml.github.io/docs/en/module) is useful to see how a FP language can do what he wants. Because we have functors, which are functions from a group of modules/classes to another module/class, we can have Composition, Inheritance(single/multiple), Mixins etc. |