Skip to content

Incorrect type hint for module type #571

Closed
@cknitt

Description

@cknitt
module type A = {
  let f: unit => unit
}

When hovering on A, a type hint is shown with

module A = {
  let f: unit => unit
}

(with module instead of module type).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions