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
366.hlean
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
488.hlean
531b.hlean refactor(hott): rename apd to apdt 2016-04-11 09:45:59 -07:00
580.hlean
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
beginend2.hlean
bug_struct_level.hlean
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
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
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
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
exfalso1.hlean
get_tac1.hlean
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
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
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
rewriter1.hlean fix(tests): fix tests to reflect recent changes 2015-05-07 16:39:04 -07:00
rw_binders.hlean
rw_eta.hlean
sig_noc.hlean
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
trunc_1.hlean
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