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 near as I can tell, this is allowed:
a: type. t2: PI [!_,!_] : (!a * !a) . a = \[!x,!y]. x.
but this is not, and gives a parse error:
t3: PI [!_,!_] : (!a * !a) . a = \[!x,!_]. x.
This is a bit inconsistent and makes it more difficult than it needs to be to explain patterns.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As near as I can tell, this is allowed:
but this is not, and gives a parse error:
This is a bit inconsistent and makes it more difficult than it needs to be to explain patterns.
The text was updated successfully, but these errors were encountered: