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)
commita3a7bba7445be24db313f89eb558b3c0fd55ed6e
tree8d8c7474f122a049b1ccbeafc6883c4df7d7ebb6
parenta251cba370c9bfb291159c4deea20226a87eeac3
Fix the alternative layout rule to handle explicit let/in
It used to break on
    let {x = 'a'} in x
as the 'in' token would keep closing contexts looking for an implicit
'let' layout.
compiler/parser/Lexer.x