lean2/tests/lean/hott
Floris van Doorn f983724cf6 feat(pointed): merge pointed2 into pointed
We move the basic notions of pointed types into init.pointed, to avoid cycles in the import graph. Also adds pointed versions of pi and sigma, with corresponding notation
2016-04-11 09:45:59 -07:00
..
329.hlean fix(tests/lean): adjust tests to reflect changes in the elaboration process 2015-06-26 17:18:30 -07:00
360_2.hlean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
366.hlean fix(tests/lean): adjust tests to recent changes in the lean libraries 2014-12-16 13:28:43 -08:00
433.hlean refactor(hott): rename apd to apdt 2016-04-11 09:45:59 -07:00
443.hlean fix(tests): fix tests to reflect recent changes 2015-05-07 16:39:04 -07:00
443_b.hlean fix(tests): fix tests to reflect recent changes 2015-05-07 16:39:04 -07:00
457.hlean fix(tests/lean): adjust remaining tests to changes in the standard library 2015-11-08 14:04:56 -08:00
481.hlean fix(library/tactic/inversion_tactic): improve 'cases' tactic for HoTT mode 2015-03-23 18:06:11 -07:00
488.hlean fix(library/tactic/clear_tactic): unexpected failure 2015-03-23 12:08:15 -07:00
531b.hlean refactor(hott): rename apd to apdt 2016-04-11 09:45:59 -07:00
580.hlean fix(library/tactic/rewrite_tactic): bug in rewrite tactic (HoTT mode) 2015-05-05 19:25:15 -07:00
599.hlean feat(pointed): merge pointed2 into pointed 2016-04-11 09:45:59 -07:00
610.hlean renaming(hit): rename type_quotient to quotient, and quotient to set_quotient 2015-06-04 20:14:13 -04:00
611.hlean feat(library/tactic/induction_tactic): type class inference for minor premises 2015-05-20 20:48:33 -07:00
613.hlean fix(library/tactic/induction_tactic): fixes #613 2015-05-20 22:26:50 -07:00
614.hlean fix(tests/lean): adjust tests to reflect changes in the HoTT library 2015-09-25 09:46:51 -07:00
615.hlean fix(tests/lean): adjust tests to reflect changes in the HoTT library 2015-09-25 09:46:51 -07:00
619.hlean fix(library/tactic/induction_tactic): fixes #619 2015-05-21 18:22:07 -07:00
648.hlean fix(library/private): use environment fingerprint to compute private decls "unique" identifier 2015-06-01 22:21:31 -07:00
670.hlean feat(library/tactic): make let tactic transparent, introduce new opaque note tactic 2015-12-14 10:14:02 -08:00
719.hlean fix(frontends/lean/elaborator): fixes #719 2015-07-03 12:37:28 -07:00
777.hlean feat(library/unifier): generate approximate solution for universe constraints of the form (max u ?m =?= max u v) 2015-08-08 09:29:59 -07:00
876.hlean fix(tests/lean): move hott tests 2015-12-10 10:55:27 -08:00
892.hlean fix(library/tactic/induction_tactic): fixes #892 2015-12-10 10:52:57 -08:00
996.hlean fix(frontends/lean/elaborator): fixes #996 2016-02-22 17:03:14 -08:00
apply_class_issue.hlean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
beginend2.hlean fix(tests/lean/hott): adjust tests to reflect changes in standard library 2015-02-22 09:39:27 -08:00
bug_struct_level.hlean fix(tests): adjust tests to reflect changes in the HoTT library 2015-04-29 10:15:13 -07:00
calc_auto_trans_eq.hlean fix(tests): update tests to reflect the change of notation from \~ to ~ 2015-06-25 22:55:05 -04:00
cases.hlean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
cases_eq.hlean fix(tests): fix tests after port 2015-12-09 12:36:11 -08:00
class_loop.hlean fix(tests): fix tests after port 2015-12-09 12:36:11 -08:00
congr_tac.hlean feat(library/tactic): improve 'assumption' tactic 2015-05-02 17:33:54 -07:00
congr_tac2.hlean feat(library/tactic/congruence_tactic): add congruence lemma generator 2015-06-05 22:00:10 -07:00
constr_tac.hlean fix(tests): fix tests after port 2015-12-09 12:36:11 -08:00
contra1.hlean fix(tests): fix tests after port 2015-12-09 12:36:11 -08:00
contra2.hlean feat(library/tactic/contradiction_tactic): handle (h1 : p) and (h2 : not p) hypotheses in the contradiction tactic 2015-05-25 10:29:51 -07:00
crash1.hlean fix(tests): fix tests to reflect recent changes 2015-05-07 16:39:04 -07:00
def_bug1.hlean feat(frontends/lean): ML-like notation for match and recursive equations 2015-02-25 16:20:44 -08:00
delta_issue2.hlean fix(tests): fix delta_issue2 2016-02-22 11:15:38 -08:00
disable_instances.hlean fix(tests): fix tests after port 2015-12-09 12:36:11 -08:00
eq1.hlean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
exfalso1.hlean feat(library/tactic): add 'exfalso' tactic 2015-04-30 15:43:07 -07:00
get_tac1.hlean fix(library/tactic/apply_tactic): add eapply, and fix issue #361 2015-05-01 15:08:00 -07:00
id_tac5.hlean feat(library/user_recursors): generalize acceptable use-defined recursors 2015-05-18 14:21:10 -07:00
ind_tac1.hlean fix(library/user_recursors): make sure homotopy.rec_on is recognized as a valid user-defined recursor 2015-05-18 09:57:50 -07:00
ind_tac2.hlean renaming(hit): rename type_quotient to quotient, and quotient to set_quotient 2015-06-04 20:14:13 -04:00
ind_tac3.hlean fix(tests): fix tests to reflect changes 2015-05-26 21:37:02 -07:00
ind_tac4.hlean fix(tests/lean): adjust tests to reflect changes in the HoTT library 2015-09-25 09:46:51 -07:00
inj_tac.hlean fix(tests): fix tests after port 2015-12-09 12:36:11 -08:00
inv_bug.hlean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
krewrite_bug.hlean fix(library/tactic/rewrite_tactic): improve krewrite 2015-06-08 16:46:28 -07:00
len_eq.hlean fix(tests): use have instead of assert 2016-03-06 11:25:14 -05:00
noc.hlean feat(frontends/lean): new semantics for "protected" declarations 2015-02-11 14:09:25 -08:00
noc_list.hlean feat(library/simplifier/ceqv): add to_ceqv procedure 2015-05-27 16:35:56 -07:00
notation_with_nested_tactics.hlean refactor(frontends/lean): remove 'by+' and 'begin+' tokens 2016-02-29 13:45:43 -08:00
obtain_hott.hlean test(tests/lean/hott): test 'obtain' in the HoTT library 2015-05-05 18:57:09 -07:00
rewriter1.hlean fix(tests): fix tests to reflect recent changes 2015-05-07 16:39:04 -07:00
rw_binders.hlean feat(library/tactic/rewrite_tactic): allow rewrite with terms that contains binders 2015-03-12 18:07:55 -07:00
rw_eta.hlean fix(tests): adjust tests to reflect changes in the HoTT library 2015-04-29 10:15:13 -07:00
sig_noc.hlean feat(frontends/lean): new semantics for "protected" declarations 2015-02-11 14:09:25 -08:00
subst_tac.hlean feat(library/tactic): add improved 'subst' tactic 2015-05-25 15:03:59 -07:00
substvars1.hlean feat(library/tactic): add 'subtvars' tactic 2015-05-25 16:36:44 -07:00
tele_eq.hlean feat(frontends/lean): rename 'wait' to 'reveal' 2015-05-08 20:54:16 -07:00
test_single.sh fix(test*.sh): allow spaces in filename 2015-03-28 23:29:52 -04:00
trunc_1.hlean feat(kernel/hits): add two builtin HITs: type_quotient and trunc 2015-04-23 15:32:31 -07:00
unfold_test.hlean feat(hott): various minor changes in the HoTT library 2015-08-04 13:01:11 +02:00
unfoldm.hlean feat(library/normalize,frontends/lean): rename '[unfold-m]' hint to '[constructor]', and allow it to be attached to constants 2015-05-07 12:00:34 -07:00