diff --git a/pages/common/ocaml.md b/pages/common/ocaml.md index 311aef7d76..871b7cfc71 100644 --- a/pages/common/ocaml.md +++ b/pages/common/ocaml.md @@ -11,3 +11,7 @@ - Read OCaml commands from a file and execute them: `ocaml {{path/to/file.ml}}` + +- Run OCaml script with modules: + +`ocaml {{module1}} {{module2}} {{path/to/file.ml}}`