We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2e555 commit df142ddCopy full SHA for df142dd
test/xref2/github_issue_944.t/foo.mli
@@ -0,0 +1 @@
1
+val f : Set.Make(String).t -> unit
test/xref2/github_issue_944.t/run.t
@@ -0,0 +1,10 @@
+A quick test to repro the issue found in #944
2
+
3
+ $ ocamlc -bin-annot -c foo.mli
4
5
+ $ odoc compile foo.cmti
6
+ $ odoc link foo.odoc
7
+ File "foo.odoc":
8
+ Warning: Failed to lookup type unresolvedroot(Stdlib).Set.Make(unresolvedroot(Stdlib).String).t Parent_module: Unresolved apply
9
10
+ $ odoc html-generate --indent -o html/ foo.odocl
0 commit comments