fix layout_let

This commit is contained in:
crumbtoo
2024-02-06 12:08:37 -07:00
parent 0c98bca174
commit 57f5206b16

View File

@@ -127,7 +127,7 @@ $white_no_nl+ ;
<layout_let> <layout_let>
{ {
\n { beginPush bol } \n { beginPush bol }
"{" { explicitLBrace } "{" { explicitLBrace `thenDo` popLexState }
"in" { constToken TokenIn `thenDo` (popLexState *> popLayout) } "in" { constToken TokenIn `thenDo` (popLexState *> popLayout) }
() { doLayout } () { doLayout }
} }