fix(serial): Erase closures in synthetic mvars #240
|
@ -101,7 +101,7 @@ def environmentUnpickle (path : System.FilePath) (background? : Option Environme
|
||||||
return (← resurrectEnvironment distilled background?, region)
|
return (← resurrectEnvironment distilled background?, region)
|
||||||
|
|
||||||
|
|
||||||
open Lean.Core in
|
/-- `CoreM`'s state, with information irrelevant to pickling masked out -/
|
||||||
structure CompactCoreState where
|
structure CompactCoreState where
|
||||||
-- env : Environment
|
-- env : Environment
|
||||||
nextMacroScope : MacroScope := firstFrontendMacroScope + 1
|
nextMacroScope : MacroScope := firstFrontendMacroScope + 1
|
||||||
|
|
Loading…
Reference in New Issue