diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2003-06-19 15:53:53 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2003-06-19 15:53:53 +0000 |
commit | 1fa763e0c58fa76de0bfaf879f7fdd63ca99f0ec (patch) | |
tree | b5b6ccb30ef36b441b794d55c74841533e1a5c11 /ocamldoc/odoc_sig.ml | |
parent | b55c04a78864716f083b03fcdacddd2939e81d6e (diff) |
Merge branch with recursive modules
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5602 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'ocamldoc/odoc_sig.ml')
-rw-r--r-- | ocamldoc/odoc_sig.ml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ocamldoc/odoc_sig.ml b/ocamldoc/odoc_sig.ml index f59d9a9b0..59bdbcdad 100644 --- a/ocamldoc/odoc_sig.ml +++ b/ocamldoc/odoc_sig.ml @@ -707,6 +707,9 @@ module Analyser = in (maybe_more, new_env2, [ Element_module new_module ]) + | Parsetree.Psig_recmodule decls -> + assert false (* to be fixed *) + | Parsetree.Psig_modtype (name, Parsetree.Pmodtype_abstract) -> let sig_mtype = try Signature_search.search_module_type table name |