You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: