seasonedcc / composable-functions

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

No implicit any #147

Closed gustavoguichard closed 4 months ago

gustavoguichard commented 4 months ago

Solves #146

This seemed to be impossible, I've done a lot of research and created an X thread with some experts.

The solutions seemed to be:

This morning I decided to try and use the Function primitive. I know we are not supposed to use it for several reasons (it could mean any constructor, or callable object, etc) but it seems to do it here.

WDYT?