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
Currently, an orphan Judoc comment results in a parsing error. While it's important to flag this issue, the error message could be more informative. Let's improve it to clearly instruct users that a Judoc comment should be accompanied by a declaration.
moduleA;
--- Nothing more
A.juvix:3:1:
|
3 |<empty line>| ^
unexpected end of input
expecting "--", "---", "{-", "{-#", <identifier>,
<module definition>, axiom, builtin, import, infix,
infixl, infixr, newline, open, positive, postfix, terminating, or type
The text was updated successfully, but these errors were encountered:
Currently, an orphan Judoc comment results in a parsing error. While it's important to flag this issue, the error message could be more informative. Let's improve it to clearly instruct users that a Judoc comment should be accompanied by a declaration.
The text was updated successfully, but these errors were encountered: