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 } }