As I play around with OCaml I figure I'll save my work in this repo as a collection of proof-of-concept scripts.
There are (or will be) lots of .ml.md
files in this directory. These are little sub-readme Markdown files that tell
you all about a given script.
These .ml.md
files are also tests. If you have the mdx package installed, you can run
make test
and it will detect code snippets in these files, along with their expected output, and automatically verify
they are correct.