-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
For example, fst has
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.
- Expected: https://v2.ocaml.org/releases/5.1/api/Stdlib.html#VALfst
- Actual: https://v2.ocaml.org/releases/5.1/api/.html#VALfst, no
Stdlibright 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 shows Stdlib.List.map correctly linked to https://v2.ocaml.org/releases/5.1/api/List.html#VALmap.
Metadata
Metadata
Assignees
Labels
No labels