Fix the alternative layout rule to handle explicit let/in
authorIan Lynagh <igloo@earth.li>
Tue, 2 Mar 2010 16:51:19 +0000 (16:51 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 2 Mar 2010 16:51:19 +0000 (16:51 +0000)
It used to break on
    let {x = 'a'} in x
as the 'in' token would keep closing contexts looking for an implicit
'let' layout.


No differences found