research: pipe
and compose
#87
Labels
research-types
Research to check we have accomplish the required with the type system
types
Refine/fix types
Which function does need to have its types refine/fix?
pipe
andcompose
What is the problem you faced with current types?
pipe
andcompose
returns which takeunknown
arguments and returnsunknown
. The developer needs to type assert the returned function always to correctly use it.Expected behavior
Need to do some research such that
pipe
andcompose
returns the function such they are able to better infer types and return inferred function type properlyVersions (please complete the following information):
The text was updated successfully, but these errors were encountered: