summaryrefslogtreecommitdiff
path: root/toplevel/opttopmain.ml
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/opttopmain.ml')
-rw-r--r--toplevel/opttopmain.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/toplevel/opttopmain.ml b/toplevel/opttopmain.ml
index 4d228aba1d..b75b359987 100644
--- a/toplevel/opttopmain.ml
+++ b/toplevel/opttopmain.ml
@@ -65,6 +65,8 @@ let main () =
"-init", Arg.String (fun s -> init_file := Some s),
"<file> Load <file> instead of default init file";
"-labels", Arg.Clear classic, " Labels commute (default)";
+ "-no-app-funct", Arg.Clear applicative_functors,
+ " Deactivate applicative functors";
"-noassert", Arg.Set noassert, " Do not compile assertion checks";
"-nolabels", Arg.Set classic, " Ignore labels and do not commute";
"-noprompt", Arg.Set noprompt, " Suppress all prompts";