diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2002-07-23 13:39:19 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2002-07-23 13:39:19 +0000 |
commit | ddf0e3ffe203df5fc3d91e135b5f1d2dddda9e8a (patch) | |
tree | 39ba5c917d253bccde6dcac7a537fd6a1b7a1fce | |
parent | 526af0192559e6df6932e2870315eddcbc269023 (diff) |
Wording
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5026 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | Changes | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Language features: - Allows _ separators in integer and float literals, e.g. 1_000_000. Type-checker: -- New -principal option to enforce principality of type inference. +- New flag -principal to enforce principality of type inference. - Fixed subtle typing bug with higher-order functors. - Fixed several complexity problems; changed (again) the behaviour of simple coercions. |