- ReasonML Quick Start Guide
- Raphael Rafatpanah Bruno Joseph D'mello
- 46字
- 2021-07-02 12:34:13
Module system
Reason has a sophisticated module system that allows for modular development and code organization. All modules are globally available in Reason, and module interfaces can be used to hide implementation details when needed. We will be exploring this concept in Chapter 5, Effective ML.