Media Summary: Comparing the difference between `open` and ` How to define modules with structures Textbook: Defining a persistent stack data structure as an
Includes Ocaml Programming Chapter 5 - Detailed Analysis & Overview
Comparing the difference between `open` and ` How to define modules with structures Textbook: Defining a persistent stack data structure as an Functional data structure do not use imperative features, hence are persistent rather than ephemeral Textbook: ... Defining module types with signatures Textbook: Functors, which is a funny name for an elegant concept: functions on modules Textbook:
How to implement the `fold_left` and `fold_right` functionals on lists. Textbook: Bringing module definitions into scope with `open` Textbook: