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 Defining module types with signatures Textbook: Functional data structure do not use imperative features, hence are persistent rather than ephemeral Textbook: ... Bringing module definitions into scope with `open` Textbook:
Definitions of module types for the stack and queue modules developed in previous videos Textbook: ... The syntax and semantics of module types, especially as used in module type annotations: signatures must match, and ... How to implement the `fold_left` and `fold_right` functionals on lists. Textbook: