Skip to content

Decompiler Feature Request: re-sugar partially applied lambda expressions #23

@GoogleCodeExporter

Description

@GoogleCodeExporter
Instead of,

<@ [1;2;3;] |> List.map (fun i -> i+1) @> |> source

producing

"[1; 2; 3] |> let mapping = fun i -> i + 1 in fun list -> List.map mapping list"

should produce

[1;2;3;] |> List.map (fun i -> i+1)

N.B. I consider this a high value but non-trivial feature.

Original issue reported on code.google.com by stephen....@gmail.com on 22 Mar 2011 at 1:19

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions