Lean 4 fork for HoTT-compatible kernel extensions (Path types, transport, HITs). Maintained against upstream leanprover/lean4.
Find a file
Leonardo de Moura c7e68e57cf fix(frontends/lean/structure_cmd): fixes #1681
@kha I'm not sure if this is the right fix. I just avoided the loop that adds
`mk_expr_placeholder` if the function is not a projection.
I didn't spend time investigating why we need `mk_proj_app`.
I know the library doesn't compile if we don't use it, and just use
```
    return mk_app(copy_tag(ref, mk_constant(S_name + fname)), e);
```
:)
2017-06-19 16:22:38 -07:00
.github chore(.github/PULL_REQUEST_TEMPLATE): typo 2017-06-12 09:56:15 -07:00
bin chore(bin/lean-gdb): pretty-print lean::optional 2017-05-09 16:02:41 -07:00
doc doc(changes): update 2017-06-19 11:24:17 -07:00
extras feat(extras/depgraph): add dependency-free version of leandeps 2017-06-12 15:40:46 +02:00
images chore(CMakeLists.txt): move Lean logo to make sure we can test leanemacs without installing Lean 2015-01-31 17:38:49 -08:00
leanpkg refactor(library): add has_to_string back (but it produces unquoted values) 2017-06-18 18:30:10 -07:00
library chore(library): remove workarounds for issue #1682 2017-06-19 16:09:12 -07:00
script chore(script/test_registry): don't stop on failure 2017-06-09 20:30:48 +02:00
src fix(frontends/lean/structure_cmd): fixes #1681 2017-06-19 16:22:38 -07:00
tests fix(frontends/lean/structure_cmd): fixes #1681 2017-06-19 16:22:38 -07:00
tmp feat(frontends/lean,library/equations_compiler): store tactics for generating well founded relation and decreasing proofs 2017-05-23 15:00:29 -07:00
.appveyor.yml chore(*): update change log, and bump work in progress version to 3.2.1 2017-06-18 11:15:09 -07:00
.appveyor.yml.in chore(.appveyor.yml): separate upgrading and installing new packages 2017-06-03 17:42:48 +02:00
.clang-format feat(library/vm/process): add basic process support 2017-03-28 18:08:06 -07:00
.codecov.yml feat(.travis.yml): add codecov 2016-12-02 17:01:58 -08:00
.gitignore chore(gitignore): ignore nix files 2017-06-19 13:16:04 +02:00
.travis.yml fix(.travis.yml): move -t0 test to a release configuration 2017-06-19 20:35:11 +02:00
.travis.yml.in fix(.travis.yml): move -t0 test to a release configuration 2017-06-19 20:35:11 +02:00
LICENSE Add LICENSE file 2013-07-15 18:55:48 -07:00
README.md feat(doc/changes.md): create change log 2017-06-14 22:42:08 -07:00

logo

LicenseWindowsLinux / macOSTest CoverageChat
Codecov Join the gitter chat

About

Requirements

Build Instructions

Miscellaneous

Roadmap