-
-
Notifications
You must be signed in to change notification settings - Fork 389
Tactics incorrectly synthesizes identity #1447
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
Comments
In my currently installed version it produces |
|
It's not even trying to apply the function; my guess is that it's a type-synonym problem |
It's not a type-synonym problem, and it doesn't appear to be running out of gas --- although I didn't explicitly test it with more gas. |
I actually programmed this in intentionally! The offending combinator is |
At the very least, "optimizations" like these should leave a trail somewhere. |
The test suite and this failing case both pass after removing |
Not sure what's going on here; haven't dug in. The real example uses
Trace
instead ofb
.The text was updated successfully, but these errors were encountered: