lean2/tests/lean/hott
2015-05-27 16:35:56 -07:00
..
329.hlean fix(tests): fix tests to reflect recent changes 2015-05-07 16:39:04 -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 fix(tests): fix tests to reflect changes 2015-05-26 21:37:02 -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): fix tests to reflect recent changes 2015-05-07 16:39:04 -07: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 fix(tests): fix tests to reflect recent changes 2015-05-07 16:39:04 -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 fix(library/normalize): fixes #599 2015-05-13 18:36:16 -07:00
610.hlean fix(library/tactic/induction_tactic): fixes #610 2015-05-20 20:28:02 -07: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): fix tests to reflect changes 2015-05-26 21:37:02 -07:00
615.hlean fix(tests): fix tests to reflect changes 2015-05-26 21:37:02 -07:00
619.hlean fix(library/tactic/induction_tactic): fixes #619 2015-05-21 18:22:07 -07: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 feat(frontends/lean): improve calc mode 2015-04-04 08:58:35 -07: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/lean): adjusts tests 2015-05-02 13:01:37 -07:00
class_loop.hlean feat(library/tactic/class_instance_synth): conservative class-instance resolution: expand only definitions marked as reducible 2015-02-24 16:12:35 -08:00
congr_tac.hlean feat(library/tactic): improve 'assumption' tactic 2015-05-02 17:33:54 -07:00
constr_tac.hlean feat(library/tactic): improve 'assumption' tactic 2015-05-02 17:33:54 -07:00
contra1.hlean feat(library/tactic): add 'contradiction' tactic 2015-04-30 13:47:40 -07: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
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 fix(library/user_recursors): remove unnecessary restriction on minor premises of user-defined recursors 2015-05-18 10:09:11 -07:00
ind_tac3.hlean fix(tests): fix tests to reflect changes 2015-05-26 21:37:02 -07:00
ind_tac4.hlean feat(library/user_recursors): generalize acceptable use-defined recursors 2015-05-18 14:21:10 -07:00
inj_tac.hlean fix(tests/lean): adjusts tests 2015-05-02 13:01:37 -07:00
inv_bug.hlean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
len_eq.hlean fix(tests): fix tests to reflect recent changes 2015-05-07 16:39:04 -07: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
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.hlean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08: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
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