Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Jun 21, 2015 · 4 comments
Closed

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Original comment by stephen....@gmail.com on 24 Mar 2011 at 12:49

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by stephen....@gmail.com on 24 Mar 2011 at 12:50

  • Added labels: Milestone-Release1.2.4

@GoogleCodeExporter
Copy link
Author

removing premature milestone label assignment, from now on will hold off 
applying the label until release is actually ready (for example, I am planning 
on calling the next release 1.3.0 instead of 1.2.4 due to significant feature 
enhancements).

Original comment by stephen....@gmail.com on 27 Mar 2011 at 2:12

  • Removed labels: Milestone-Release1.2.4

@GoogleCodeExporter
Copy link
Author

Original comment by stephen....@gmail.com on 2 Apr 2011 at 7:59

  • Added labels: Milestone-Release1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant