Mirror of https://github.com/leanprover/lean2 in case it ever disappears
Find a file
Floris van Doorn 5396e422d2 feat(library): add constructions of categories, some changes in eq, sigma and path
in eq, add theorem for proof irrelevance and congruence for binary functions
in sigma, add some support for triplets
in path, comment out two unneccesary definitions
in category, add Cat, slice, coslice, product and arrow categories, also add fully bundled approach
2014-09-26 19:45:23 -04:00
bin feat(linja): remove drivename to fix problems with ninja 2014-09-20 10:52:59 -07:00
doc doc(make/msys2): instructions for building native windows Lean binary 2014-09-26 16:26:32 -07:00
images chore(*): add logo 2014-04-29 16:21:17 -07:00
library feat(library): add constructions of categories, some changes in eq, sigma and path 2014-09-26 19:45:23 -04:00
script fix(script/demangle_cpptype): process line-by-line, instead of waiting for EOF 2013-09-29 18:36:01 -07:00
src fix(frontends/lean/server): must save the starting environment/options when reprocessing file, fixes #209 2014-09-26 15:36:47 -07:00
tests fix(frontends/lean/server): must save the starting environment/options when reprocessing file, fixes #209 2014-09-26 15:36:47 -07:00
.gitignore chore(.gitignore): add .lean_options 2014-09-04 15:04:57 -07:00
.travis.osx.yml feat(build): add IGNORE_SORRY cmake option 2014-09-26 08:55:54 -07:00
.travis.windows.yml feat(build): add 'CROSS_COMPILE' cmake option 2014-09-26 09:26:40 -07:00
.travis.yml fix(.travis.yml): trying old configuration for TESTCOV 2014-09-26 16:41:18 -07:00
LICENSE Add LICENSE file 2013-07-15 18:55:48 -07:00
README.md doc(README.md): group build instructions by system 2014-09-26 16:31:27 -07:00

logo

LicenseUbuntuOS XWindowsCoverageBuilds/TestsStatic Analysis
Coverity Scan Build Status

About

Requirements

Installing required packages at

Windows

Linux

OS X

Build Instructions

Miscellaneous