lean4-htt/doc/bin
2017-10-06 10:46:43 -07:00
..
README.md chore(src/emacs): move lean-mode to https://github.com/leanprover/lean-mode 2017-10-06 10:46:43 -07:00

Lean binary distribution

The binary distribution package contains:

  • Lean executable (located in the sub-directory bin)
  • Standard library (located in the sub-directory lib/lean/library)

Assuming you are in the same directory this file is located, the following command executes a simple set of examples

% bin/lean examples/ex.lean

For more information on Lean and supported editors, please see https://leanprover.github.io/documentation/.