summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Weis <Pierre.Weis@inria.fr>2009-12-09 09:23:48 (GMT)
committerPierre Weis <Pierre.Weis@inria.fr>2009-12-09 09:23:48 (GMT)
commit3ced5196f424ea5597d9c7407492d790aa9e4033 (patch)
treeabe8d0d3ef4e0716191982d01517bead7489bd39
parent700da01338135771047eb11c6af925f04e10909c (diff)
downloadocaml-3ced5196f424ea5597d9c7407492d790aa9e4033.zip
ocaml-3ced5196f424ea5597d9c7407492d790aa9e4033.tar.gz
ocaml-3ced5196f424ea5597d9c7407492d790aa9e4033.tar.bz2
Typo.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9465 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--toplevel/topmain.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/topmain.ml b/toplevel/topmain.ml
index a8cab01..fc10556 100644
--- a/toplevel/topmain.ml
+++ b/toplevel/topmain.ml
@@ -68,7 +68,7 @@ let main () =
" do not add default directory to the list of include directories";
"-principal", Arg.Set principal, " Check principality of type inference";
"-rectypes", Arg.Set recursive_types, " Allow arbitrary recursive types";
- "-strict-sequence", Arg.Set recursive_types,
+ "-strict-sequence", Arg.Set strict_sequence,
" Left hand part of a sequence must have type unit";
"-unsafe", Arg.Set fast, " No bound checking on array and string access";
"-version", Arg.Unit print_version, " Print version and exit";