Re: To be or not to be - these are the options for Option.map
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <[email protected]> |
---In [email protected], <yallop@...> wrote : Agreed -- the module-heavy style makes understanding difficult when you're unfamiliar with the library, since you often need to understand several modules in order to see what a simple function is doing. The corresponding benefit, though, is that you only need to understand a few modules thoroughly in order to understand the many things that you can build by combining them, so the work have to put in when you're getting started starts to pay off pretty quickly. Could you namedrop a few central modules (from Core) whose source code one would be wise to read?