google-code-export / unquote

Automatically exported from code.google.com/p/unquote
Apache License 2.0
1 stars 1 forks source link

Omit else branch of IfThenElse expressions when it's body is only a simple tuple #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For example, the F# syntax allows

if true then ()

instead of the more verbose

if true then () else ()

Original issue reported on code.google.com by stephen....@gmail.com on 19 Jul 2011 at 5:35

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 19 Jul 2011 at 5:37

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 20 Jul 2011 at 2:15