From a91d6131c6294f624c44497665f8b5086ebb3dfe Mon Sep 17 00:00:00 2001 From: ven Date: Wed, 20 Dec 2023 14:56:51 +0100 Subject: [PATCH] https://github.com/adambard/learnxinyminutes-site/pull/108 Didn't even check if ocaml was there... --- ATS.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"