Lean 4 fork for HoTT-compatible kernel extensions (Path types, transport, HITs). Maintained against upstream leanprover/lean4.
Find a file
Leonardo de Moura 0b04376676 refactor(library/init/data/string/basic): mark string implementation as private
See issue #1175

BTW, we may have to revise this decision in the future when we decide to
populate the string library with lemmas.
It is inconvenient to prove the lemmas at string/basic.lean since the
tactic framework has not been defined yet.
Anyway, I think it is worth to keep the private for now, and make sure
nobody relies on its implementation.
2017-06-07 18:00:24 -07:00
bin chore(bin/lean-gdb): pretty-print lean::optional 2017-05-09 16:02:41 -07:00
doc chore(doc/make/osx): add build instructions to mac OS 2017-05-25 17:03:15 -07:00
extras chore(extra/latex/*): update to changes in syntax 2017-01-03 11:22:04 -08: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(*): wrap string in a structure 2017-06-07 17:30:49 -07:00
library refactor(library/init/data/string/basic): mark string implementation as private 2017-06-07 18:00:24 -07:00
script chore(script/test_registry): use absolute path to leanpkg 2017-05-31 10:10:48 -07:00
src fix(frontends/lean): anonymous constructor and structure instances for private structures 2017-06-07 17:51:23 -07:00
tests refactor(library/init/data/string/basic): mark string implementation as private 2017-06-07 18:00:24 -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(.appveyor.yml): separate upgrading and installing new packages 2017-06-03 17:42:48 +02: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 VSCode config file 2016-12-18 12:35:25 -08:00
.travis.yml feat(.travis.yml): add z3 for leanpkg test 2017-06-05 09:54:11 +02:00
.travis.yml.in feat(.travis.yml): add z3 for leanpkg test 2017-06-05 09:54:11 +02:00
LICENSE Add LICENSE file 2013-07-15 18:55:48 -07:00
README.md chore(README): add "wish list" 2017-05-26 14:43:01 -07:00

logo

LicenseWindowsLinux / macOSTest CoverageChat
Codecov Join the gitter chat

About

Requirements

Build Instructions

Miscellaneous

Roadmap