v2.ocaml.org
v2.ocaml.org copied to clipboard
Implementation of the ocaml.org website.
# Issue Description Adding an example of an adjacency list to the 99 problems set. Fixes # (issue) ## Changes Made Please describe the changes that you made. * **Please...
I was asked to open this PR to change this. # Issue Description Changing OPAM to opam Fixes # (issue) Changed OPAM to opam Please describe the changes that you...
Here is what I see on https://ocaml.org/learn/tutorials/streams.html ``` # let line_stream_of_channel channel = Stream.from (fun _ -> try Some (input_line channel) with End_of_file -> None);; File "", line 1: Error:...
I just noticed that the button color on other pages are green while it's grey on news page. Accessibility wise, I think it needs to be fixed. Because from the...
# Issue Description Updating the solution for #12 as either an alternative or replacement. I had tried the other solution and it seemed more difficult to reason about because of...
The site has many broken and dead links which I found using an online broken link checker. Eg: 1. The irc link  2. The mailing list link...
# Issue Description Fixes #1601 (issue) - Corrected the description of Currying in order to be on the same page with #1595. - Corrected some wrong descriptions. - Corrected unnatural...
https://ocaml.org/community/planet/ shows no updates since Oct 21, 2021, which seems unlikely. Has it stopped? (my own blog is listed under Syndications and was updated on 2021-10-30, for example)
https://ocaml.org/api/favicon.ico is ok https://ocaml.org/manual/favicon.ico returns a 404.
# Issue Description Please include a summary of the issue. Fixes # (issue) ## Changes Made alternative solution for number 22 * **Please check if the PR fulfills these requirements**...