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,2 @@
(mdx
(enabled_if true))

View file

@ -0,0 +1,2 @@
(lang dune 2.8)
(using mdx 0.1)

View file

@ -0,0 +1,9 @@
(enabled_if) needs a recent (lang dune):
$ dune runtest
File "dune", line 2, characters 1-18:
2 | (enabled_if true))
^^^^^^^^^^^^^^^^^
Error: 'enabled_if' is only available since version 2.9 of the dune language.
Please update your dune-project file to have (lang dune 2.9).
[1]