Media Summary: Application of functions to "too few" of arguments, and syntactic sugar. Textbook: Applying functions to arguments. Textbook: Syntax, semantics, idioms, libraries, tools. Textbook:
Expressions Ocaml Programming Chapter 2 Video 2 - Detailed Analysis & Overview
Application of functions to "too few" of arguments, and syntactic sugar. Textbook: Applying functions to arguments. Textbook: Syntax, semantics, idioms, libraries, tools. Textbook: How to use infix operators as prefix functions. Textbook: How to define some common operators for function application, including the pipeline operator Textbook: ... What looks like mutability in the toplevel is not -- it's really just a consequence of scope. Textbook: ...
Giving functions names with `let` definitions. Textbook: How to make functions be recursive. Textbook: