Dear OCamlers,
The OCaml.org team continues working on new tutorials. We have a draft on polymorphic variants; we’d like your feedback on it:
- GH PR: https://github.com/ocaml/ocaml.org/pull/1531
- Online draft: Polymorphic Variants · OCaml Documentation
Previously announced tutorials form a series.
- Installing OCaml
- A Tour of OCaml
- Your First OCaml Program
- Values and Functions
- Basic Datatypes and Pattern Matching
But this one is not intended to follow right after it. It is designed to be taken by people familiar with OCaml’s basics and willing to master polymorphic variants.
As a draft, it has gaps, most notably:
- The section on Performance Drawbacks needs to be strengthened
- An example inspired by @garrigue “Code reuse through polymorphic variants” paper is missing
Share your feedback here or in GitHub, but do not use the “Contribute” link at the bottom of the staging page.
Hope it helps
EDIT - What’s the target audience?
This targets intermediate-level OCaml developers.