ocaml-doc / doc-ock

(DEPRECATED) Documentation generation for OCaml
ISC License
15 stars 5 forks source link

dep1 resolution test with abstract signature changes signature to module #25

Closed dsheets closed 9 years ago

dsheets commented 9 years ago
type dep1 = Dep2(Dep1).B.c

points to #/module:Dep1/module:S/class:c which doesn't exist. S is a module type and not a module.

dsheets commented 9 years ago

Also

type dep2 = Dep5(Dep4).Z.X.b

points to #/module:Dep4/module:T/type:b instead of modtype:T.

lpw25 commented 9 years ago

There was a bug in Path.Resolved.identifier. Should be fixed now.