fix: process remaining params
This commit is contained in:
parent
90b9b0b7e9
commit
5fbe63cca4
1 changed files with 3 additions and 0 deletions
|
|
@ -307,6 +307,9 @@ where
|
|||
-- Keep the parameter
|
||||
let param := { param with type := param.type.instantiateLevelParams decl.levelParams us }
|
||||
params := params.push (← internalizeParam param)
|
||||
for param in decl.params[argMask.size:] do
|
||||
let param := { param with type := param.type.instantiateLevelParams decl.levelParams us }
|
||||
params := params.push (← internalizeParam param)
|
||||
let value := decl.instantiateValueLevelParams us
|
||||
let value ← internalizeCode value
|
||||
let value := attachCodeDecls decls value
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue