Hi Silvio,

On 20 May 2014 18:10, silvio <silvio.frischi@gmail.com> wrote:
stmtpart1 { exp } stmtpart2

should desugar to

x <- exp
stmtpart1 x stmtpart2


As Niklas already pointed, and his message seems to have been ignored for some reason, search for "Idiom brackets" -- they solve a very similar (same?) problem.

Ozgur.