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-06-11 by bertl@cwi.nl assigned to paulk@cwi.nl
After reading module B I get the message "Undeclared type: block", but "block" is defined in the previous line.
It went OK if /*alias trans = str; */ is uncommented and
module B
alias trans = tuple[str, str, str]; /* alias trans = str; */ alias block = set[trans];
In eclipse:
rascal>import B; rascalB.rsc:6,22: Undeclared type: block
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Created 2009-06-11 by bertl@cwi.nl assigned to paulk@cwi.nl
After reading module B I get the message "Undeclared type: block",
but "block" is defined in the previous line.
It went OK if /*alias trans = str; */ is uncommented and
and "alias trans = tuple[str, str, str];" is commented.
module B
alias trans = tuple[str, str, str];
/* alias trans = str; */
alias block = set[trans];
alias partition = set[block];
In eclipse:
rascal>import B;
rascalB.rsc:6,22: Undeclared type: block
The text was updated successfully, but these errors were encountered: