summaryrefslogtreecommitdiff
path: root/tools/depend.ml
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2010-03-07 09:34:21 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2010-03-07 09:34:21 +0000
commit49113246e668d99d4b8302e9530034cb52f94ea6 (patch)
treed56d28f10adb01fb7a6b18cd49f16282d3f3c9fc /tools/depend.ml
parentc87be95c8dafbb0bbe9e911d7b6ae493aa8aa717 (diff)
downloadocaml-moduletypeof.tar.gz
Experiment: module type ofmoduletypeof
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/moduletypeof@9637 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'tools/depend.ml')
-rw-r--r--tools/depend.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/depend.ml b/tools/depend.ml
index 57c9fd0172..573f399f14 100644
--- a/tools/depend.ml
+++ b/tools/depend.ml
@@ -180,6 +180,7 @@ and add_modtype bv mty =
(function (_, Pwith_type td) -> add_type_declaration bv td
| (_, Pwith_module lid) -> addmodule bv lid)
cstrl
+ | Pmty_typeof m -> add_module bv m
and add_signature bv = function
[] -> ()