summaryrefslogtreecommitdiff
path: root/typing/ident.mli
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2013-01-29 14:21:12 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2013-01-29 14:21:12 +0000
commit26e1ff7138c3e90e845fb278fc6283a166f1871f (patch)
treed02a34c8baf030ed23102619fe541c888f85bf76 /typing/ident.mli
parentd327f16c33093540f99738cf195d51b736f5581c (diff)
parent1430e90e89240309b1aea3a7ddd0270bb16707b8 (diff)
downloadocaml-26e1ff7138c3e90e845fb278fc6283a166f1871f.tar.gz
Merge short-paths into a fresh branch of trunk.short-paths-4.01
Also fix a bit unification and subtyping errors. You now need the flag -short-path to activate short paths. git-svn-id: http://caml.inria.fr/svn/ocaml/branches/short-paths-4.01@13285 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'typing/ident.mli')
-rw-r--r--typing/ident.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/typing/ident.mli b/typing/ident.mli
index 05a675d66e..e27d4d4a64 100644
--- a/typing/ident.mli
+++ b/typing/ident.mli
@@ -57,3 +57,5 @@ val find_name: string -> 'a tbl -> 'a
val find_all: string -> 'a tbl -> 'a list
val fold_name: (t -> 'a -> 'b -> 'b) -> 'a tbl -> 'b -> 'b
val fold_all: (t -> 'a -> 'b -> 'b) -> 'a tbl -> 'b -> 'b
+val iter: (t -> 'a -> unit) -> 'a tbl -> unit
+