From 57f5206b16ac42bc35e5ab2a6f44a31cacdc76c4 Mon Sep 17 00:00:00 2001 From: crumbtoo Date: Tue, 6 Feb 2024 12:08:37 -0700 Subject: [PATCH] fix layout_let --- src/Rlp/Lex.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Rlp/Lex.x b/src/Rlp/Lex.x index adc30f5..6552fdc 100644 --- a/src/Rlp/Lex.x +++ b/src/Rlp/Lex.x @@ -127,7 +127,7 @@ $white_no_nl+ ; { \n { beginPush bol } - "{" { explicitLBrace } + "{" { explicitLBrace `thenDo` popLexState } "in" { constToken TokenIn `thenDo` (popLexState *> popLayout) } () { doLayout } }