fix(builtin/README): update documentation
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
feae89d019
commit
929a536e2f
1 changed files with 11 additions and 3 deletions
|
@ -1,4 +1,12 @@
|
|||
Extra functionality
|
||||
-------------------
|
||||
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.
|
||||
|
||||
|
||||
This directory contains Lean theories and additional Lua scripts.
|
||||
|
|
Loading…
Reference in a new issue