Media Summary: Application of functions to "too few" of arguments, and syntactic sugar. Textbook: Giving functions names with `let` definitions. Textbook: How to define some common operators for function application, including the pipeline operator Textbook: ...
Lambdas Ocaml Programming Chapter 2 - Detailed Analysis & Overview
Application of functions to "too few" of arguments, and syntactic sugar. Textbook: Giving functions names with `let` definitions. Textbook: How to define some common operators for function application, including the pipeline operator Textbook: ... Syntax, semantics, idioms, libraries, tools. Textbook: Applying functions to arguments. Textbook: Using `let` definitions to bind values to names. Textbook:
How `let` expressions create scope and shadowing. Textbook: Functions that are parameterized on types. Textbook: