diff options
Diffstat (limited to 'man/ocaml.m')
-rw-r--r-- | man/ocaml.m | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/ocaml.m b/man/ocaml.m index edcf881ba..f4e89c384 100644 --- a/man/ocaml.m +++ b/man/ocaml.m @@ -7,6 +7,9 @@ ocaml \- The Objective Caml interactive toplevel .SH SYNOPSIS .B ocaml [ +.B \-modern +] +[ .B \-unsafe ] [ @@ -51,6 +54,12 @@ were given on the command line, but before the standard library directory. .TP +.B \-modern +Switch to the modern semantics for application. Arguments should be +explicitly labeled by labels appearing in types. Arguments with different +labels may commute freely. + +.TP .B \-unsafe Turn bound checking off on array and string accesses (the v.(i) and s.[i] constructs). Programs compiled with |