Mirror of https://github.com/leanprover/lean2 in case it ever disappears
Find a file
Leonardo de Moura 5efadb09cc feat(library/tactic/inversion_tactic): improve 'cases' tactic for HoTT library
This commit adds support for hypotheses (h : C As idxs) where the indices idxs
are just local constants. Before this commit the indices idxs had to be hsets.
Now, they can be hsets or local constants.

The new tests demonstrate new examples that can be handled by the
improved tactic in the HoTT library
2014-12-21 15:19:25 -08:00
bin fix(bin/ltags): open .ilean files with UTF-8 encoding 2014-12-15 12:01:22 -05:00
doc refactor(library): rename exists_elim and exists_intro to exists.elim 2014-12-15 19:07:38 -08:00
hott feat(hott/init/nat): add basic facts about natural numbers 2014-12-20 11:32:27 -08:00
images chore(*): add logo 2014-04-29 16:21:17 -07:00
library refactor(library/init/sigma): rename sigma.dpair->sigma.mk, sigma.dpr1->sigma.pr1, sigma.dpr2->sigma.pr2 2014-12-19 18:23:08 -08:00
script feat(script): add script for collecting standard library compilation times 2014-11-26 11:41:00 -08:00
src feat(library/tactic/inversion_tactic): improve 'cases' tactic for HoTT library 2014-12-21 15:19:25 -08:00
tests feat(library/tactic/inversion_tactic): improve 'cases' tactic for HoTT library 2014-12-21 15:19:25 -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.md): add 'issue stat' badges 2014-10-28 17:23:02 -07: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