20 lines
661 B
Text
20 lines
661 B
Text
/-
|
|
Copyright (c) 2022 Microsoft Corporation. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
Authors: Leonardo de Moura
|
|
-/
|
|
import Lean.Compiler.LCNF.Basic
|
|
import Lean.Compiler.LCNF.Bind
|
|
import Lean.Compiler.LCNF.Check
|
|
import Lean.Compiler.LCNF.CompilerM
|
|
import Lean.Compiler.LCNF.ElimDead
|
|
import Lean.Compiler.LCNF.InferType
|
|
import Lean.Compiler.LCNF.LCtx
|
|
import Lean.Compiler.LCNF.Main
|
|
import Lean.Compiler.LCNF.PrettyPrinter
|
|
import Lean.Compiler.LCNF.ToDecl
|
|
import Lean.Compiler.LCNF.ToExpr
|
|
import Lean.Compiler.LCNF.ToLCNF
|
|
import Lean.Compiler.LCNF.Types
|
|
import Lean.Compiler.LCNF.Util
|
|
import Lean.Compiler.LCNF.Main
|