You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
withDeclName header.declName <| withLevelNames header.levelNames do
368
368
let valStx ← liftMacroM <| declValToTerm header.value
369
-
(if header.kind.isTheorem && !deprecated.oldSectionVars.get (← getOptions) then withHeaderSecVars vars includedVars #[header] elsefun x => x #[]) fun_ => do
369
+
(if header.kind.isTheorem && !deprecated.oldSectionVars.get (← getOptions) then withHeaderSecVars vars includedVars #[header] elsefun x => x #[]) funvars => do
370
370
forallBoundedTelescope header.type header.numParams fun xs type => do
371
371
-- Add new info nodes for new fvars. The server will detect all fvars of a binder by the binder's source location.
0 commit comments