-
Notifications
You must be signed in to change notification settings - Fork 5
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
Suffices terminst advice #44
Suffices terminst advice #44
Conversation
Passing all tests, and I added two more where advice should / shouldn't be given. It might be worth taking some time to brainstorm more situations when this could arise, though as arguments of calls is certainly the most common. |
Wait to merge this, there might be a problem with the operator fix :
|
Also the lalr parser doesn't like this :) |
It's the paren after operator+ |
Closing since 0e88ca9 appears to fix |
Interesting. You're solution is a more specific that what I just pushed, which could make it less verbose, which is good, but the question is whether |
I suspect that there are more contexts that could be problematic... any place in synthesis mode. |
So the really good solution would be to augment the |
Hmm, actually, it's not as simple as recognizing synthesis mode because of generic functions. |
I think perhaps the fix I just pushed is good because it is conservative and not that complicated. To do better seems to require a much more complex solution. |
#42