Skip to content
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

Signatures should find a valid function #217

Open
2 of 3 tasks
KacperFKorban opened this issue Sep 29, 2021 · 1 comment
Open
2 of 3 tasks

Signatures should find a valid function #217

KacperFKorban opened this issue Sep 29, 2021 · 1 comment
Labels
bug Something isn't working scala3 Related to scala 3 engine

Comments

@KacperFKorban
Copy link
Member

KacperFKorban commented Sep 29, 2021

Should work:

  • List[A] => B => ((B, A) => B) => B -> foldLeft
  • List[A] => A => ((A, A) => A) => A -> foldLeft
  • F[A] => B => ((B, A) => B) => B -> foldLeft
@KacperFKorban KacperFKorban added bug Something isn't working scala3 Related to scala 3 engine labels Sep 29, 2021
@KacperFKorban
Copy link
Member Author

Partially fixed in #225

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working scala3 Related to scala 3 engine
Projects
None yet
Development

No branches or pull requests

1 participant