Lambda syntax in hbs

I think the syntax would be much more intuitive if it were:

someFunction=>{ someFunctionLambdaHandler }

instead of

someFunction=(someFunctionLambdaHandler)

Or is it just me?