First class modules in OCaml 3.12: What kinds of things will they make easier (or possible)?

Posted by aneccodeal on Stack Overflow See other posts from Stack Overflow or by aneccodeal
Published on 2010-03-20T16:09:52Z Indexed on 2010/03/20 16:11 UTC
Read the original article Hit count: 120

Filed under:

I've heard that "first class modules" are coming in OCaml 3.12. What advantages will they offer? What kids of things will be easier? What problem are they trying to solve? A simple example would suffice.

© Stack Overflow or respective owner

Related posts about ocaml