Exploring Ocaml Data Types
Exploring Ocaml Data Types reveals several interesting facts.
- OCaml
- Lists vs. Tuples vs. Records Textbook: https://cs3110.github.io/textbook.
- This tutorial first shows how tuples and records can be defined, used, and deconstructed. This is followed by a lightweight ...
- Examples of variants, which along with records are the primary kind of user-defined
- A summary of why Jane Street uses
In-Depth Information on Ocaml Data Types
More about records vs. variants, and how variants can combine "one of" vs "each of" User Defined Defining the The `option`
Implementing the
Stay tuned for more updates related to Ocaml Data Types.