seasonedcc / composable-functions

Types and functions to make composition easy and safe
MIT License
649 stars 13 forks source link

Functions inside compositions allow for implicit any arguments #165

Closed danielweinmann closed 1 month ago

danielweinmann commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

Fixed on v4.4 ;)