Media Summary: How to define modules with structures Textbook: How to implement the `fold_left` and `fold_right` functionals on lists. Textbook: The syntax and semantics of module types, especially as used in module type annotations: signatures must match, and ...
Functional Stacks Ocaml Programming Chapter 5 Video 3 - Detailed Analysis & Overview
How to define modules with structures Textbook: How to implement the `fold_left` and `fold_right` functionals on lists. Textbook: The syntax and semantics of module types, especially as used in module type annotations: signatures must match, and ... Using abstract types to achieve encapsulation in data structures Textbook: Developing an implementation of a data abstraction, as an ongoing example of the documentation that implementers need ... Comparing the difference between `open` and `include` in modules Textbook:
Functors, which is a funny name for an elegant concept: functions on modules Textbook: