fix: notation
This commit is contained in:
parent
e9069b6965
commit
df665eb8fc
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ private def mkHintBody (cs : Array Syntax) (p : Syntax) : MacroM Syntax := do
|
|||
return body
|
||||
|
||||
macro_rules
|
||||
| `(unif_hint $bs* where $cs* |- $p) => do
|
||||
| `(unif_hint $bs:explicitBinder* where $cs* |- $p) => do
|
||||
let body ← mkHintBody cs p
|
||||
`(@[unificationHint] def hint $bs:explicitBinder* : Sort _ := $body)
|
||||
| `(unif_hint $n:ident $bs* where $cs* |- $p) => do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue