-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Macro Error in FunctionK.lift #3400
Comments
There have been some attempts to replace that macro with non macro solutions, but they fell short on being fully backward compatible. |
I think it's confused by the eta-expansion. Which happens to avoid calling |
Awesome, thank you. |
Hi,
I was wrapping doobie's liftIO in FunctionK:
and got
This fixed it:
@milessabin suggested the macro might have been confused about whether it was supposed to be looking at the Async.apply or the liftIO.
The text was updated successfully, but these errors were encountered: