Replies: 1 comment 2 replies
-
@laszlokindrat FYI we need to build support for subtyping of function types |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When writing a List implementation this became a problem for functions like
map
filter
orfold
:I need to copy and paste every method for every combination of function parameters which is hard to maintain. I would expect all functions to work as parameters when
capturing
is present which turned out not to be true.Beta Was this translation helpful? Give feedback.
All reactions