Media Summary: How to define some common operators for function application, including the pipeline operator Textbook: ... In this tutorial, I will show the basic ideas of immutable More about records vs. variants, and how variants can combine "one of" vs "each of" data. Textbook: ...
Lists Ocaml Programming Chapter 3 - Detailed Analysis & Overview
How to define some common operators for function application, including the pipeline operator Textbook: ... In this tutorial, I will show the basic ideas of immutable More about records vs. variants, and how variants can combine "one of" vs "each of" data. Textbook: ... The formal syntax and semantics of variants. Textbook: How to make variants be recursive, and how to parameterize them on other types. Textbook: Using pattern matching to access the pieces of a variant. Textbook:
A comparison of the cons `::` and append `@` operators. Textbook: Examples of variants, which along with records are the primary kind of user-defined data types in