diff --git a/src/Lean/Compiler/LCNF/Main.lean b/src/Lean/Compiler/LCNF/Main.lean index dfc963ab9a..f4f47a9b33 100644 --- a/src/Lean/Compiler/LCNF/Main.lean +++ b/src/Lean/Compiler/LCNF/Main.lean @@ -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 /--