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
Created 2009-11-26 by davy.landman+cwi@gmail.com assigned to jurgenv@cwi.nl
We can already type list and set variables. Use in the pattern
list[package] packages
instead of
packages*
Your pattern would become (with only the packages variables modified, for the others this would be similar):
entity([list[package] packages, c_, m:method(,,)]) <- allFacts@declaredMethod, [package(),__] !:= c, packages in packageSet
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Created 2009-11-26 by davy.landman+cwi@gmail.com assigned to jurgenv@cwi.nl
We can already type list and set variables. Use in the pattern
instead of
Your pattern would become (with only the packages variables modified, for the others this would be similar):
entity([list[package] packages, c_, m:method(,,)]) <- allFacts@declaredMethod,
[package(),__] !:= c, packages in packageSet
The text was updated successfully, but these errors were encountered: