This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,6 @@
We do some serious OCaml here
```ocaml
# 1 + 1;;
- : int = 3
```

View file

@ -0,0 +1,2 @@
(mdx
(files README.md))

View file

@ -0,0 +1,3 @@
(lang dune 2.4)
(using mdx 0.1)

View file

@ -0,0 +1,7 @@
You can use the mdx stanza to check your documentation in markdown and mli files
$ dune runtest
File "README.md", line 1, characters 0-0:
Error: Files _build/default/README.md and
_build/default/.mdx/README.md.corrected differ.
[1]