fix: remove ` (funBinder|``
This commit is contained in:
parent
1742c79afe
commit
7da0dd2fcf
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ syntax simpleBinder :=
|
|||
ident <|> bracketedSimpleBinder
|
||||
|
||||
abbrev SimpleBinder := TSyntax ``simpleBinder
|
||||
open Lean.Parser.Term in
|
||||
def expandOptSimpleBinder (stx? : Option SimpleBinder) : MacroM FunBinder := do
|
||||
match stx? with
|
||||
| some stx =>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue