You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue here is a cosmetic one, but could help newcomers.
As an example I am using re-web
E.g. there are two files, 1) Body.mli and 2) Body.ml.
First has no dependencies, but the grey colored label does not say "Dependencies: -", "Dependencies: (none)" or omits the label, but it says "Dependencies:" (screenshot 1). This is irritating, since a newcomer might refer this to any paragraph coming below the label. Intuitively, when there are no dependencies, I'd best like to have the label omitted fully.
Second has dependencies, so they are enumerated in grey font color (screenshot 2).
The text was updated successfully, but these errors were encountered:
hartmut27
changed the title
"Dependencies: ......" expression in front of types, optical no value representation
"Dependencies: ......" expression in front of types, in case of no dependencies
Apr 8, 2020
This issue here is a cosmetic one, but could help newcomers.
As an example I am using re-web
E.g. there are two files, 1)
Body.mli
and 2)Body.ml
.First has no dependencies, but the grey colored label does not say "Dependencies: -", "Dependencies: (none)" or omits the label, but it says "Dependencies:" (screenshot 1). This is irritating, since a newcomer might refer this to any paragraph coming below the label. Intuitively, when there are no dependencies, I'd best like to have the label omitted fully.
Second has dependencies, so they are enumerated in grey font color (screenshot 2).
The text was updated successfully, but these errors were encountered: