summaryrefslogtreecommitdiff
path: root/typing/subst.mli
diff options
context:
space:
mode:
authorJérôme Vouillon <Jerome.Vouillon@pps.jussieu.fr>1997-03-24 20:12:33 +0000
committerJérôme Vouillon <Jerome.Vouillon@pps.jussieu.fr>1997-03-24 20:12:33 +0000
commit08cc364187dddd4557844a482d437a424af618e5 (patch)
tree12efc17a07d64412007f10af27d13bb9c4babeee /typing/subst.mli
parent3f481b75c02bbc67d70475038c4884052c800c93 (diff)
downloadocaml-08cc364187dddd4557844a482d437a424af618e5.tar.gz
Pas besoin de Env.level et Subst.limit_level finalement...
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1454 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'typing/subst.mli')
-rw-r--r--typing/subst.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/typing/subst.mli b/typing/subst.mli
index eea5cb370f..cd60d886dc 100644
--- a/typing/subst.mli
+++ b/typing/subst.mli
@@ -34,7 +34,6 @@ val identity: t
val add_type: Ident.t -> Path.t -> t -> t
val add_module: Ident.t -> Path.t -> t -> t
val add_modtype: Ident.t -> module_type -> t -> t
-val limit_level : int -> t -> t
val type_expr: t -> type_expr -> type_expr
val value_description: t -> value_description -> value_description