perf: speed up compiler recompilation (#12196)

This commit is contained in:
Henrik Böving 2026-01-27 19:50:58 +01:00 committed by GitHub
parent 4bcb3cea42
commit 31e4eb62b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,13 +5,15 @@ Authors: Leonardo de Moura
-/
module
prelude
public import Lean.Compiler.Options
public import Lean.Compiler.IR
public import Lean.Compiler.LCNF.Passes
public import Lean.Compiler.LCNF.ToDecl
public import Lean.Compiler.LCNF.Check
import Lean.Compiler.Options
import Lean.Compiler.IR
import Lean.Compiler.LCNF.Passes
import Lean.Compiler.LCNF.ToDecl
import Lean.Compiler.LCNF.Check
import Lean.Meta.Match.MatcherInfo
import Lean.Compiler.LCNF.SplitSCC
public import Lean.Compiler.IR.Basic
public import Lean.Compiler.LCNF.CompilerM
public section
namespace Lean.Compiler.LCNF
/--