git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5026 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2002-07-23 13:39:19 +00:00
parent 526af01925
commit ddf0e3ffe2
1 changed files with 1 additions and 1 deletions

View File

@ -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.