diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2003-07-23 22:27:26 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2003-07-23 22:27:26 +0000 |
commit | d28ff2ed0ee67a631b3052581831ed623b8812d6 (patch) | |
tree | fc48d3110a66cf6d24fa8de9df587d841c4b09ab | |
parent | 917c0ab7559f66e98148136ba5f00b3df4bf1d7f (diff) |
petites erreurs
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5729 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | Changes | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -20,7 +20,7 @@ Type-checking: types. - Added a new "-dtypes" option to ocamlc/ocamlopt, and an emacs extension "emacs/caml-types.el". The compiler option saves inferred type information - to file *.types, and the emacs extension allows the user to look at the + to file *.annot, and the emacs extension allows the user to look at the type of any subexpression in the source file. Works even in the case of a type error (all the types computed up to the error are available). This new feature is also supported by ocamlbrowser. @@ -123,7 +123,6 @@ Ocamllex: Ocamldebug: - Handle programs that run for more than 2^30 steps. -- Better support for preprocessed code. Emacs mode: - Added file caml-types.el to interactively display the type information |