Skip to content

Improve C# -> F# lambda conversion codefix #15499

Description

@psfinaki

Currently codefix is activated for this code:

let incAll = List.map (n => n + 1)

But not for this code:

let getPositives = List.filter (n => n > 0)

Not a bug, but would be useful.

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

    Type

    No type

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions