Skip to content

Ctrl+Click on constructor names in a let-binding does not bring the constructor into focus #38

Description

@chandradeepdey
module A

type aa =
    | A : (n: int) -> aa

let f (x: aa) =
    // Ctrl+Click on A here
    let A n = x in
    ()

Worked in 0.7.0 (but not 0.7.2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions