diff options
author | ven <vendethiel@hotmail.fr> | 2023-12-20 14:56:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-20 14:56:51 +0100 |
commit | a91d6131c6294f624c44497665f8b5086ebb3dfe (patch) | |
tree | c0af25bb056eaba80db1b151956c68699b82abf9 | |
parent | 182d9b4a701626208f44c6c387f083dac8fec609 (diff) |
https://github.com/adambard/learnxinyminutes-site/pull/108
Didn't even check if ocaml was there...
-rw-r--r-- | ATS.html.markdown | 2 |
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" |