fix: Parser ==> TrailingParser
This commit is contained in:
parent
fa2e943c27
commit
5765a1160d
1 changed files with 1 additions and 1 deletions
|
|
@ -1105,7 +1105,7 @@ checkRbpLt (upper + 1) errorMsg
|
|||
checkRbpLe prec >> leadingNode n p
|
||||
|
||||
/- Version of `trailingNode` which uses `checkRbpLt` -/
|
||||
@[inline] def trailingNodePrec (n : SyntaxNodeKind) (prec : Nat) (p : Parser) : Parser :=
|
||||
@[inline] def trailingNodePrec (n : SyntaxNodeKind) (prec : Nat) (p : Parser) : TrailingParser :=
|
||||
checkRbpLt prec >> trailingNode n p
|
||||
|
||||
def mkAtomicInfo (k : String) : ParserInfo :=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue