Skip to content

Type hints break for some tuple cases #14269

@psfinaki

Description

@psfinaki

Yaay, first F# hints bug!

Repro steps

Here is the code leading to crashes.

module Test =
    let test() =
        fun (a, (b, c)) -> (a, b, c)

Expected behavior

At least no crash, at best the actual hints.

Actual behavior

Crash.

Known workarounds

Turn off type hints.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions