Media Summary: In this tutorial, I will show the basic ideas of immutable More about records vs. variants, and how variants can combine " How to define some common operators for function application, including the pipeline operator Textbook: ...
Lists Ocaml Programming Chapter 3 Video 1 - Detailed Analysis & Overview
In this tutorial, I will show the basic ideas of immutable More about records vs. variants, and how variants can combine " How to define some common operators for function application, including the pipeline operator Textbook: ... Using pattern matching to access the pieces of a variant. Textbook: A comparison of the cons `::` and append `@` operators. Textbook: The formal syntax and semantics of variants. Textbook:
How to make variants be recursive, and how to parameterize them on other types. Textbook: How to define a type for binary trees using variants. Textbook: The `option` type, which represents optional data. It's a principled way to avoid the plague of `null`. Textbook: ...