fix(serial): Erase closures in synthetic mvars #240

Merged
aniva merged 4 commits from bug/synthetic-mvar-closure into dev 2025-07-13 23:00:22 -07:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b101806c92 - Show all commits

View File

@ -101,7 +101,7 @@ def environmentUnpickle (path : System.FilePath) (background? : Option Environme
return (← resurrectEnvironment distilled background?, region)
open Lean.Core in
/-- `CoreM`'s state, with information irrelevant to pickling masked out -/
structure CompactCoreState where
-- env : Environment
nextMacroScope : MacroScope := firstFrontendMacroScope + 1