Replies: 2 comments
-
Wondering if higher kinded type enable something generic to traverse structure generically and do such transformation? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Updated title because it's similar, if we can write tuple / anonymous record (and struct equivalent) and use a function map on it, it would be lesser we write while seamlessly working with functional style |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I request the F# language supports converting a tuple of Async items to Async tuple of items, no matter how many items are in the tuple
Maybe consider adding support to map (typeA<'a>,typeA<'b>,typeA<'c>,typeA<'d>)... to ('a,'b'c,'d)...
or ('a,'b,'c,'d) to ('a,'b,'c,'d) via Tuple.Map which is something we don't have in the library
Beta Was this translation helpful? Give feedback.
All reactions