lambda icon indicating copy to clipboard operation
lambda copied to clipboard

Sequence overloads and argument order

Open jnape opened this issue 4 years ago • 1 comments

Determine if swapping the order of the arguments in sequence buys any better ergonomics due to currying, or if it's a pyrrhic victory due to the current overloading strategy (sequence(IO::io) would be ambiguous, for instance, about what the second argument type would be).

jnape avatar Jul 13 '20 15:07 jnape

I'll take a look

7h3kk1d avatar Jul 13 '20 16:07 7h3kk1d