haddock
haddock copied to clipboard
quickjump could emphasize matching class methods
When typing "at" into the quick jump for lens I would like the first entry to be: https://hackage.haskell.org/package/lens-5.1/docs/Control-Lens-Combinators.html#v:at .
Instead the 20th result only names the class

I would prefer one of these:
at :: At m => Index m -> Lens' m (Maybe (IxValue m))
class Ixed m => At m where
at :: Index m -> Lens' m (Maybe (IxValue m))
This is with haddock 2.24.0