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
I get
error: 'x' has type a and cannot have attributes.
from
map((.pp), importedIndRels)
when importedIndRels is not defined. The location is (.pp), specifically.
importedIndRels
(.pp)
My guess is attribute sections are implemented using antiquotation for forwarding with the name x and do not check the types before forwarding.
x
The text was updated successfully, but these errors were encountered:
tardism
No branches or pull requests
I get
from
when
importedIndRels
is not defined. The location is(.pp)
, specifically.My guess is attribute sections are implemented using antiquotation for forwarding with the name
x
and do not check the types before forwarding.The text was updated successfully, but these errors were encountered: