@adamw Can't reopen #273 and create a new issue since reproduct the problem.
I use macwire to implement a web-app's injection using cats-effect with a simple way.
And it seems that it works in any effect type.
But some code not works well.
Code Link
Line 20 and Line 21 can not use macwire since "injection by name" is the same as "injection by varible name" in this injection style. Hoping for help to make these code more friendly.