The issue can be demonstrated using the example search of (a -> b) -> f a -> f b
The functions liftA1 and liftM1 get higher priority than map. Class members with the same signature as other functions are probably more useful/general than those other top-level functions.
The issue can be demonstrated using the example search of
(a -> b) -> f a -> f b
The functionsliftA1
andliftM1
get higher priority thanmap
. Class members with the same signature as other functions are probably more useful/general than those other top-level functions.