Mirror of https://github.com/leanprover/lean2 in case it ever disappears
Find a file
Leonardo de Moura 8ab775bd6f feat(*): distinguish between logical and runtime exceptions.
Now, we use throwable as the new base class for all Lean exceptions, and
exception is the subclass for "logical" exceptions.
2015-01-15 16:54:55 -08:00
bin fix(bin/ltags): open .ilean files with UTF-8 encoding 2014-12-15 12:01:22 -05:00
doc feat(doc/bin/README): add link to documentation 2015-01-14 10:42:39 -08:00
examples feat(CMakeLists): add basic example to binary distribution package 2015-01-14 10:39:07 -08:00
hott refactor(library/reducible): simplify reducible/irreducible semantics 2015-01-08 18:52:18 -08:00
images chore(*): add logo 2014-04-29 16:21:17 -07:00
library refactor(library/logic/eq): cleanup proof 2015-01-13 17:12:21 -08:00
script feat(script): add script for collecting standard library compilation times 2014-11-26 11:41:00 -08:00
src feat(*): distinguish between logical and runtime exceptions. 2015-01-15 16:54:55 -08:00
tests test(tests/lean/run/finbug): add problematic definition test 2015-01-13 18:49:37 -08:00
.gitignore chore(.gitignore): add .lean_options 2014-09-04 15:04:57 -07:00
.travis.osx.yml chore(.travis.osx.yml): add configurations using clang++ 2014-10-06 14:45:28 -07:00
.travis.windows.yml feat(build): add 'CROSS_COMPILE' cmake option 2014-09-26 09:26:40 -07:00
.travis.yml feat(build): add 'CONSERVE_MEMORY' cmake option 2014-09-29 12:44:29 -07:00
LICENSE Add LICENSE file 2013-07-15 18:55:48 -07:00
README.md chore(README): remove link to obsolete page 2015-01-13 12:23:14 -08:00

logo

LicenseWindowsUbuntuOS XCoverageBuilds/TestsStatic Analysis
Coverity Scan Build Status

Issue Stats Issue Stats

About

Requirements

Installing required packages at

Windows

Linux

OS X

Build Instructions

Miscellaneous