We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of 5bb9833, Kind declarations can be repeated with no warnings or errors.
Kind
Kind n type. Kind n type. % no issues
However, Type declarations cannot be repeated.
Type
Type z n. Type z n. Error: Predicate or constant z already exists
Seems like an unintended discrepancy. Should perhaps be fixed by allowing redeclarations of Types as well.
(Issue spotted in discussion with @innofarah.)
The text was updated successfully, but these errors were encountered:
chaudhuri
No branches or pull requests
As of 5bb9833,
Kind
declarations can be repeated with no warnings or errors.However,
Type
declarations cannot be repeated.Seems like an unintended discrepancy. Should perhaps be fixed by allowing redeclarations of
Type
s as well.(Issue spotted in discussion with @innofarah.)
The text was updated successfully, but these errors were encountered: