Skip to content
New issue

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

Unexpected runtime ambiguity between bracket and map #93

Open
BertLisser opened this issue Apr 16, 2013 · 0 comments
Open

Unexpected runtime ambiguity between bracket and map #93

BertLisser opened this issue Apr 16, 2013 · 0 comments
Labels

Comments

@BertLisser
Copy link
Owner

Created 2011-03-21 by [email protected] assigned to [email protected]

Running the code in the name resolver for Rascal I'm getting a runtime unexpected ambiguity error. This occurs when I try to run this code:

public str prettyPrintSIWLoc(STBuilder st, Item si) {
return prettyPrintSI(st,si) + ( TopScope() := si ? "" : " defined at <si.definedAt>" );
}

I'm able to load the module this code is in and import it into another module, so i"m not sure why I'm just finding the ambiguity at runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant