From 6eea532330ac11ce261dd9b3e765099b1288fb17 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 11 Sep 2014 20:59:21 +0700 Subject: The native compiler is ocamlopt, not ocamlc.opt. Artifacts of late-night writing. --- ocaml.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml.html.markdown b/ocaml.html.markdown index c104823a..747a52f5 100644 --- a/ocaml.html.markdown +++ b/ocaml.html.markdown @@ -10,7 +10,7 @@ features. Along with StandardML and its dialects it belongs to ML language family. Just like StandardML, there are both a compiler and an interpreter for OCaml. The interpreter binary is normally called "ocaml" and -the compiler is "ocamlc.opt". There is also a bytecode compiler, "ocamlc", +the compiler is "ocamlopt". There is also a bytecode compiler, "ocamlc", but there are few reasons to use it. It is strongly and statically typed, but instead of using manually written -- cgit v1.2.3