pursuit
pursuit copied to clipboard
Search with shuffled argument order
I often miss results due to random choice of argument order. For example:
Either a x -> (a -> a) -> Either a xdoesn't return anything useful.(a -> a) -> Either a x -> Either a xpoints tolmapwhich 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.