lean4-htt/library/init/lean/compiler/default.lean
Leonardo de Moura e05cdc2b08 feat(library/init/lean/compiler): declare function inlining attributes in Lean
Remark: they are not active yet since we haven't removed the ones
defined in C++ yet.
2019-06-06 11:05:54 -07:00

10 lines
319 B
Text

/-
Copyright (c) 2019 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Leonardo de Moura
-/
prelude
import init.lean.compiler.attributes
import init.lean.compiler.constfolding
import init.lean.compiler.closedtermcache
import init.lean.compiler.ir