Skip to content

Decompiler Feature Request: re-sugar Lambdas with tupled args #27

@GoogleCodeExporter

Description

@GoogleCodeExporter
Instead of 

> <@ fun x (g, f) -> 3 @> |> source;;
val it : string =
  "fun x tupledArg -> let g = (let item1,_ = tupledArg in item1) in let f = (let _,item2 = tupledArg in item2) in 3"

should be

> <@ fun x (g,f) -> 3 @> |> source;;
val it : string = "fun x (g, f) -> 3"



Original issue reported on code.google.com by stephen....@gmail.com on 24 Mar 2011 at 12:41

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