summaryrefslogtreecommitdiff
path: root/typing/subst.mli
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2002-04-04 22:19:02 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2002-04-04 22:19:02 +0000
commitc5a2036429af4dddd2b76bf75285559fb5c75c30 (patch)
tree50189a6326ab5bb1b27ca5fdb2ff2cdcf2b63c72 /typing/subst.mli
parenta35fbd9077fd6f9507678ea1cc510cf00881004d (diff)
downloadocaml-c5a2036429af4dddd2b76bf75285559fb5c75c30.tar.gz
normalize for multiple files and trim cmi size
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4595 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'typing/subst.mli')
-rw-r--r--typing/subst.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/typing/subst.mli b/typing/subst.mli
index 55a3037e89..b2220bb49e 100644
--- a/typing/subst.mli
+++ b/typing/subst.mli
@@ -36,6 +36,7 @@ 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 for_saving: t -> t
+val reset_for_saving: unit -> unit
val type_expr: t -> type_expr -> type_expr
val class_type: t -> class_type -> class_type