Skip to content
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
@aavogt

Description

@aavogt

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions