Closed dsheets closed 10 years ago
The output from utop is "correct"; show_module does not print the types of nested modules.
I forgot that the "-no-alias-deps" flag is needed to prevent OCaml from requiring modules that are only referenced by alias (even if those modules only contain static members). Fixed on master by https://github.com/lpw25/doc-ock-lib/commit/f253d08df4e7464fa698114998a18fd84b174de3.
In utop:
and merlin reports:
There are other weird things in utop like:
Nothing looks particularly wrong with the configuration, though.
DocOckTypes
is an mli-only module but the command the Makefile is invoking includes the lib directory correctly and the correct files seem to exist and match the digests in the archives.