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

Constructor types are not correctly instantiated in Scala code terms #23

Closed
winitzki opened this issue Feb 13, 2018 · 1 comment
Closed
Labels

Comments

@winitzki
Copy link
Collaborator

ofType[ Future[Seq[Try[Int]]] => Future[Seq[Try[Int]]] ]

should generate an identity function, but currently does not compile. Most likely because the ConstructorT is not instantiated with correct type parameters.

@winitzki winitzki added the bug label Feb 13, 2018
@winitzki
Copy link
Collaborator Author

Fixed in 0.3.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant