Skip to content

Decompiler Feature Request: re-sugar unapplied lambda expressions #25

@GoogleCodeExporter

Description

@GoogleCodeExporter
This may be considered a sub-issue of issue 23.

e.g. instead of

> <@ not >> (=) @> |> source;;
val it : string = "(fun value -> not value) >> (fun x y -> x = y)"

should be

> <@ not >> (=) @> |> source;;
val it : string = "not >> (=)"

Original issue reported on code.google.com by stephen....@gmail.com on 23 Mar 2011 at 3:52

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