diff options
Diffstat (limited to 'man/ocaml.m')
-rw-r--r-- | man/ocaml.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ocaml.m b/man/ocaml.m index 7f7e5a644..47c263a7f 100644 --- a/man/ocaml.m +++ b/man/ocaml.m @@ -25,7 +25,7 @@ The command is the toplevel system for Objective Caml, that permits interactive use of the Objective Caml system through a read-eval-print loop. In this mode, the system repeatedly reads Caml -phrases from the input, then typechecks, compile and evaluate +phrases from the input, then typechecks, compiles and evaluates them, then prints the inferred type and result value, if any. The system prints a # (sharp) prompt before reading each phrase. |