-
Notifications
You must be signed in to change notification settings - Fork 73
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
runTSimple fails to compile when eta-reduced #454
Comments
Assuming you mean |
Whoops good catch, I didn't notice the missing compose function earlier. |
note that HLS does not work well with Polysemy on GHC 9.2 (issue) |
Hmm that's unfortunate. I'll try downgrading to 8.10.7 for now then. Thanks for pointing that out |
I think it might be easier to just eta-expand 🙂 |
My code-base should be compatible with 8.10.7, so I might as well take the extra step to get rid of the ugliness of eta-expansions hehe |
This is a pretty minor issue, but it's bothering me since I can't compose functions when using
runTSimple
.Here is an example of what compiles and what doesn't:
Any ideas on why this is happening?
The text was updated successfully, but these errors were encountered: