An important part of any programming language is the ability to organize code into logical units. F# provides modules and namespaces for this; you can learn more about them in this chapter’s “Modules,” “Namespaces,” and “Opening Namespaces and Modules” sections. To attain a good understanding of F#’s module system, it’s also important that you understand the scope of a module, as well as how it will be initialized and executed. You can learn more about these two concepts in the in “Module Scope” and “Module Execution” sections. ...
© Robert Pickering and Kit Eason 2016
Robert Pickering and Kit Eason, Beginning F# 4.0, 10.1007/978-1-4842-1374-2_6
6. Organizing, Annotating, and Quoting Code
Robert Pickering1 and Kit Eason
(1)St. Germain-En-Laye, France
Get Beginning F# 4.0 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.