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
For users who don't yet have that 6th sense of expected argument order and don't remember to try all arrangements, it could be nice for pursuit to handle this shuffling for them.
The text was updated successfully, but these errors were encountered:
I often miss results due to random choice of argument order. For example:
Either a x -> (a -> a) -> Either a x
doesn't return anything useful.(a -> a) -> Either a x -> Either a x
points tolmap
which is exactly what I need.For users who don't yet have that 6th sense of expected argument order and don't remember to try all arrangements, it could be nice for pursuit to handle this shuffling for them.
The text was updated successfully, but these errors were encountered: