Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quickjump could emphasize matching class methods #1461

Open
aavogt opened this issue Mar 8, 2022 · 0 comments
Open

quickjump could emphasize matching class methods #1461

aavogt opened this issue Mar 8, 2022 · 0 comments
Labels
backend:web UI, UX and rendering for the web backend enhancement help wanted

Comments

@aavogt
Copy link

aavogt commented Mar 8, 2022

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

image

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

@Kleidukos Kleidukos added backend:web UI, UX and rendering for the web backend enhancement help wanted labels Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend:web UI, UX and rendering for the web backend enhancement help wanted
Projects
None yet
Development

No branches or pull requests

2 participants