chore: add missing ppSpace
This commit is contained in:
parent
4c43f76b2a
commit
6aab25b3cc
2 changed files with 2 additions and 2 deletions
|
|
@ -175,7 +175,7 @@ def matchAltsWhereDecls := parser! matchAlts >> optional whereDecls
|
|||
|
||||
@[builtinTermParser] def noindex := parser! "noindex!" >> termParser maxPrec
|
||||
|
||||
@[builtinTermParser] def binrel := parser! "binrel!" >> ident >> termParser maxPrec >> termParser maxPrec
|
||||
@[builtinTermParser] def binrel := parser! "binrel! " >> ident >> ppSpace >> termParser maxPrec >> termParser maxPrec
|
||||
|
||||
@[builtinTermParser] def typeOf := parser! "typeOf! " >> termParser maxPrec
|
||||
@[builtinTermParser] def ensureTypeOf := parser! "ensureTypeOf! " >> termParser maxPrec >> strLit >> termParser
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
macroStack.lean:4:5: error: unknown identifier 'x'
|
||||
macroStack.lean:8:6: error: unknown identifier 'x'
|
||||
with resulting expansion
|
||||
binrel! Greater✝x 0
|
||||
binrel! Greater✝ x 0
|
||||
while expanding
|
||||
x > 0
|
||||
while expanding
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue