doc: Add description for `CompactCoreState`

This commit is contained in:
Leni Aniva 2025-07-13 17:12:24 -07:00
parent e58becd14a
commit b101806c92
Signed by: aniva
GPG Key ID: D5F96287843E8DFB
1 changed files with 1 additions and 1 deletions

View File

@ -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