This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
quickjump could emphasize matching class methods #1461
Open
Description
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