Forrest logo
back to context overview

ocaml

List of commands for ocaml:

  • ocaml:tldr:6217c ocaml: Read OCaml commands from the user and execute them.
    $ ocaml
    try on your machine
    explain this command
  • ocaml:tldr:b3e4e ocaml: Run OCaml script with modules.
    $ ocaml ${module1} ${module2} ${filename-ml}
    try on your machine
    explain this command
  • ocaml:tldr:f77fc ocaml: Read OCaml commands from a file and execute them.
    $ ocaml ${filename-ml}
    try on your machine
    explain this command
back to context overview