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
As in the title, it's not currently possible to document Structs created using the @data macro; adding a docstring above them results in an error. (You can attach the docstring further down, but that makes the code a bit harder to read.)
Relatedly, the current naming of ADTs as x's constructor makes it a bit harder to document them. Could you explain what's going on with them?
The text was updated successfully, but these errors were encountered:
The error that gets reported is '@data' not documentable so do I understand correctly that the data macro needs to recognise and correctly handle when the expression it receives starts with a string?
As in the title, it's not currently possible to document Structs created using the
@data
macro; adding a docstring above them results in an error. (You can attach the docstring further down, but that makes the code a bit harder to read.)Relatedly, the current naming of ADTs as
x's constructor
makes it a bit harder to document them. Could you explain what's going on with them?The text was updated successfully, but these errors were encountered: