fix: unif_hint under the module system (#9530)
This commit is contained in:
parent
0ab69a32cb
commit
671057eecf
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ macro_rules
|
|||
for (c₁, c₂) in cs₁.zip cs₂ |>.reverse do
|
||||
body ← `($c₁ = $c₂ → $body)
|
||||
let hint : Ident ← `(hint)
|
||||
`($[$doc?:docComment]? @[$kind unification_hint] def $(n.getD hint) $bs* : Sort _ := $body)
|
||||
`($[$doc?:docComment]? @[$kind unification_hint, expose] def $(n.getD hint) $bs* : Sort _ := $body)
|
||||
end Lean
|
||||
|
||||
open Lean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue