Arc Forumnew | comments | leaders | submitlogin
2 points by akkartik 5164 days ago | link | parent

Yeah that's a good point. If this approach is too aggressive I can back off and disable paren-insertion inside parens. I already do that to make things like this work:

  def foo(a ? d (if x
                   3
                   4))
    ...