lean2/tests/lean/hott
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
..
329.hlean refactor(hott): use same name convention for sigma in the HoTT and standard libraries 2014-12-19 18:46:06 -08:00
366.hlean fix(tests/lean): adjust tests to recent changes in the lean libraries 2014-12-16 13:28:43 -08:00
apply_class_issue.hlean fix(tests/lean): adjust tests to recent changes in the lean libraries 2014-12-16 13:28:43 -08:00
beginend2.hlean fix(tests/lean): adjust tests to recent changes in the lean libraries 2014-12-16 13:28:43 -08:00
cases.hlean test(tests/lean/hott): add test for 'cases' tactic 2014-12-20 11:36:32 -08:00
cases_eq.hlean feat(library/tactic/inversion_tactic): improve 'cases' tactic for HoTT library 2014-12-21 15:19:25 -08:00
get_tac1.hlean fix(tests/lean): adjust tests to recent changes in the lean libraries 2014-12-16 13:28:43 -08:00
noc.hlean feat(library/definitional): add no_confusion construction that is compatible with the HoTT library 2014-12-08 22:11:48 -08:00
noc_list.hlean feat(library/definitional): add no_confusion construction that is compatible with the HoTT library 2014-12-08 22:11:48 -08:00
sig_noc.hlean feat(library/tactic/inversion_tactic): adjust inversion tactic to HoTT lib 2014-12-20 11:32:27 -08:00
tele.hlean feat(library/definitional/util): add telescope equality for HoTT library 2014-12-07 18:35:55 -08:00
test_single.sh feat(library/definitional/util): add telescope equality for HoTT library 2014-12-07 18:35:55 -08:00