
ocaml
List of commands for ocaml:
-
ocaml:tldr:6217c ocaml: Read OCaml commands from the user and execute them.$ ocamltry on your machineexplain this command
-
ocaml:tldr:b3e4e ocaml: Run OCaml script with modules.$ ocaml ${module1} ${module2} ${filename-ml}try on your machineexplain this command
-
ocaml:tldr:f77fc ocaml: Read OCaml commands from a file and execute them.$ ocaml ${filename-ml}try on your machineexplain this command