Lean 4 fork for HoTT-compatible kernel extensions (Path types, transport, HITs). Maintained against upstream leanprover/lean4.
Find a file
Sebastian Ullrich 872d5fc7ba feat: stop compiling Lean code as C++, remove --cpp option
Since we don't use static initializers, really the only difference between using `clang` and `clang++` is the default
inclusion of the C++ standard library.
2020-05-14 14:45:33 +02:00
.github chore: factor out and unify common test behavior; retrieve lean from PATH 2020-05-14 14:38:52 +02:00
bin feat: stop compiling Lean code as C++, remove --cpp option 2020-05-14 14:45:33 +02:00
doc chore: factor out and unify common test behavior; retrieve lean from PATH 2020-05-14 14:38:52 +02:00
images
lean4-mode chore: factor out and unify common test behavior; retrieve lean from PATH 2020-05-14 14:38:52 +02:00
nix chore: update to LLVM 10 2020-04-13 12:18:56 +02:00
script chore: extended CI checks 2019-12-07 21:51:59 +01:00
src feat: stop compiling Lean code as C++, remove --cpp option 2020-05-14 14:45:33 +02:00
stage0 chore: update stage0 2020-05-12 15:02:03 -07:00
tests feat: stop compiling Lean code as C++, remove --cpp option 2020-05-14 14:45:33 +02:00
tmp proto: checkpoint 2020-04-03 15:20:54 -07:00
.clang-format feat(library/vm/process): add basic process support 2017-03-28 18:08:06 -07:00
.codecov.yml fix(.codecov.yml): do not fail github ci if coverage drops by 0.01% 2017-06-25 10:35:02 +02:00
.gitattributes chore(.gitattributes): use union merge strategy for doc/changes.md 2017-12-11 12:49:10 +01:00
.gitignore feat: infer module name from cwd instead of LEAN_PATH, also make build system less specific to Init/ 2020-05-14 14:38:52 +02:00
default.nix chore: update to LLVM 10 2020-04-13 12:18:56 +02:00
LICENSE
README.md chore(README): update 2019-04-24 11:40:46 -07:00
shell.nix chore: update to LLVM 10 2020-04-13 12:18:56 +02:00

We are currently developing Lean 4. Lean 3 is still the latest official release. This repository contains work in progress.

Important. Unless you are one of our collaborators

  • We strongly suggest you use Lean 3.
  • Pull requests are not welcome.
  • New issues are not welcome, and will be closed without any feedback.