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

Better isomorphic searches #215

Open
KacperFKorban opened this issue Sep 21, 2021 · 0 comments
Open

Better isomorphic searches #215

KacperFKorban opened this issue Sep 21, 2021 · 0 comments
Labels
enhancement New feature or request scala3 Related to scala 3 engine

Comments

@KacperFKorban
Copy link
Member

ATM Inkuire allows searching for String=> F[String]. This signature in particular takes a higher kinded type F and allows for searching for isomorphic types in its place. In this case, F is (almost) always a supertype of List or Seq, so the result should be ok.
But when it comes to signatures like F[A] => (A => B) => F[B] they should work as well, even though List is not a supertype of F. In some cases, those searches work, but they should be tested more and tweaked if necessary.

@KacperFKorban KacperFKorban added enhancement New feature or request scala3 Related to scala 3 engine labels Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request scala3 Related to scala 3 engine
Projects
None yet
Development

No branches or pull requests

1 participant