Skip to content

Enhanced hover duplicates function arguments #519

Description

@frangio

The enhanced hover handler prints a symbol's parameter list and then also prints the full type of the symbol after the colon. Parameters displayed before the colon are also represented in the function type after the colon.

For example, the hover for the List type shows:

List.{u} (α : Type u) : Type u → Type u

This seems to say that List : Type → Type → Type.

The notation as shown in the infoview and elsewhere is instead:

List.{u} (α : Type u) : Type u

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions