a4b3d6d6c8
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com> |
||
---|---|---|
.. | ||
obj | ||
builtin.cpp | ||
cast.lean | ||
CMakeLists.txt | ||
find.lua | ||
Int.lean | ||
kernel.lean | ||
macros.lua | ||
Nat.lean | ||
README.md | ||
Real.lean | ||
repl.lua | ||
specialfn.lean | ||
tactic.lua | ||
template.lua | ||
util.lua |
Builtin libraries and scripts
This directory contains builtin Lean theories and additional Lua
scripts that are distributed with Lean. Some of the theories (e.g.,
kernel.lean
) are automatically loaded when we start Lean. Others
must be imported using the import
command.
Several Lean components rely on these libraries. For example, they use the axioms and theorems defined in these libraries to build proofs.