ajout choses a faire

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5486 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2003-04-02 12:47:18 +00:00
parent abbb4743c8
commit 09ba0ddf30
2 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,7 @@
; - make the command work only in caml-mode
; - integrate this file into caml.el (?)
; - write a proper documentation string for caml-types-show-type
; - make it work correctly for preprocessed files (.mly, .mll)
(setq caml-types-filename-re "\"\\([^\\\"]\\|\\\\.\\)*\"")
(setq caml-types-number-re "\\([0-9]*\\)")

View File

@ -22,6 +22,10 @@
interesting in case of errors.
*)
(* TO DO:
(?) reset type names between toplevel phrases
*)
open Format;;
open Lexing;;
open Location;;