Closed
Description
When creating my documentation via odoc I usually get the warning that odoc cannot find module Stdlib
. The reason seams to be that e.g. String.t
is within the type of a function which is resolved to Stdlib.String.t
(which is correct), but the documentation for Stdlib
cannot be referenced.
Is there a way to avoid this warning or link to the documentation of Stdlib
?