We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example, fst has
fst
val Stdlib.fst : ('a * 'b) -> 'a
on the top of search result list, but the link added to Stdlib.fst is missing the Stdlib right before .html.
Stdlib.fst
Stdlib
.html
It seems all links to values documented in https://ocaml.org/manual/5.1/api/Stdlib.html have the same problem.
However links to values documented in standard library modules are alright, for example List.map shows Stdlib.List.map correctly linked to https://v2.ocaml.org/releases/5.1/api/List.html#VALmap.
List.map
Stdlib.List.map
The text was updated successfully, but these errors were encountered:
Oh that's the shame, thanks for the report! (I like your profile description :D )
In case someone has time to look into this before I do this weekend, we have a bunch of hacks to link to the stdlib as it has different urls than odoc: https://github.com/art-w/sherlodoc/blob/master/db/entry.ml#L90
Sorry, something went wrong.
No branches or pull requests
For example,
fst
hason the top of search result list, but the link added to
Stdlib.fst
is missing theStdlib
right before.html
.Stdlib
right before.html
It seems all links to values documented in https://ocaml.org/manual/5.1/api/Stdlib.html have the same problem.
However links to values documented in standard library modules are alright, for example
List.map
showsStdlib.List.map
correctly linked to https://v2.ocaml.org/releases/5.1/api/List.html#VALmap.The text was updated successfully, but these errors were encountered: