Media Summary: Applying functions to arguments. Textbook: How to define some common operators for function application, including the pipeline operator Textbook: ... Giving functions names with `let` definitions. Textbook:
Expressions Ocaml Programming Chapter 2 Video 2 - Detailed Analysis & Overview
Applying functions to arguments. Textbook: How to define some common operators for function application, including the pipeline operator Textbook: ... Giving functions names with `let` definitions. Textbook: How to make functions be recursive. Textbook: Application of functions to "too few" of arguments, and syntactic sugar. Textbook: How to use infix operators as prefix functions. Textbook:
Functions that are parameterized on types. Textbook: Using `let` definitions to bind values to names. Textbook: