sherlodoc icon indicating copy to clipboard operation
sherlodoc copied to clipboard

Empty types rhs

Open EmileTrotignon opened this issue 1 year ago • 1 comments

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 avatar Feb 02 '24 15:02 EmileTrotignon

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.

EmileTrotignon avatar Feb 16 '24 15:02 EmileTrotignon