We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per conversation at https://gitter.im/47deg/freestyle?at=59ff9f01976e63937e2f9405 there is some useful type level computation we can perform over Cop and CopK to fold two different Coproduct's and apply Ops while folding.
Cop
CopK
The text was updated successfully, but these errors were encountered:
def copFold[L, B](a: Cop[L])(fa: Prod[TList.Op.Map[? => B, L]]): B = // …
No branches or pull requests
Per conversation at https://gitter.im/47deg/freestyle?at=59ff9f01976e63937e2f9405 there is some useful type level computation we can perform over
Cop
andCopK
to fold two different Coproduct's and apply Ops while folding.The text was updated successfully, but these errors were encountered: