summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2023-12-20 14:56:51 +0100
committerGitHub <noreply@github.com>2023-12-20 14:56:51 +0100
commita91d6131c6294f624c44497665f8b5086ebb3dfe (patch)
treec0af25bb056eaba80db1b151956c68699b82abf9
parent182d9b4a701626208f44c6c387f083dac8fec609 (diff)
https://github.com/adambard/learnxinyminutes-site/pull/108
Didn't even check if ocaml was there...
-rw-r--r--ATS.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/ATS.html.markdown b/ATS.html.markdown
index 7db9c96e..f290ac0f 100644
--- a/ATS.html.markdown
+++ b/ATS.html.markdown
@@ -32,7 +32,7 @@ You can [try ATS in your browser](http://www.ats-lang.org/SERVER/MYCODE/Patsopta
or install it from [http://www.ats-lang.org/](http://www.ats-lang.org/).
-```ats
+```ocaml
// Include the standard library
#include "share/atspre_define.hats"
#include "share/atspre_staload.hats"