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

Functions inside compositions allow for implicit any arguments #165

Closed
danielweinmann opened this issue Jul 19, 2024 · 2 comments
Closed

Comments

@danielweinmann
Copy link
Contributor

Screenshot 2024-07-19 at 09 53 48

With composable outside a composition it gives an implicit-any error. Inside a composition, it does not. It also happens with regular functions not wrapped in composable:

Screenshot 2024-07-19 at 09 51 07

@gustavoguichard
Copy link
Collaborator

This was probably introduced with 4.2... I think I'll have to add another layer of complexity to the combinators, at least I know what to do now 😅

@gustavoguichard
Copy link
Collaborator

Fixed on v4.4 ;)

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

No branches or pull requests

2 participants