Skip to content
New issue

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

Empty types rhs #16

Open
EmileTrotignon opened this issue Feb 2, 2024 · 1 comment
Open

Empty types rhs #16

EmileTrotignon opened this issue Feb 2, 2024 · 1 comment
Labels
good first issue Good for newcomers medium

Comments

@EmileTrotignon
Copy link
Collaborator

Base.Nothing.t (https://ocaml.org/p/base/v0.16.3/doc/Base/Nothing/index.html) should be displayed as such :

type Base.Nothing.t = |

it is displayed like that :

type Base.Nothing.t = 
@EmileTrotignon EmileTrotignon added the good first issue Good for newcomers label Feb 14, 2024
@EmileTrotignon
Copy link
Collaborator Author

This should actually be done in odoc, which is a larger codebase than sherlodoc and might a bit intimidating, however I think in that case it does not require to understand the large odoc codebase, and therefore this is still a good first issue.

The piece of code to fix is here, don't hesitate to ask questions about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers medium
Projects
None yet
Development

No branches or pull requests

1 participant