lean2/tests/lean/run
2015-07-07 16:37:06 -07:00
..
252.lean feat(frontends/lean/coercion_elaborator): "coercion lifting" for backtracking case 2015-05-30 16:44:26 -07:00
331.lean
360_1.lean
361.lean fix(library/tactic/apply_tactic): add eapply, and fix issue #361 2015-05-01 15:08:00 -07:00
362.lean
415.hlean
444.lean
445.lean
454.lean fix(frontends/lean/elaborator): unassigned metavariable when using nested begin-end blocks 2015-02-28 09:03:56 -08:00
466.lean feat(frontends/lean): use rewrite tactic to implement unfold (it has a unfold step) 2015-04-24 17:23:12 -07:00
490.lean fix(frontends/lean/structure_cmd): explicit universe levels for structures 2015-03-25 16:10:30 -07:00
505.lean test(tests/lean/run): workaround for issue #505 2015-03-25 15:53:50 -07:00
511a.lean feat(library/tactic/rewrite_tactic): add xrewrite and krewrite tactic variants 2015-05-27 16:32:43 -07:00
541a.lean feat(nat): redefine le and lt in the standard library 2015-06-04 20:14:13 -04:00
541b.lean test(tests/lean/run): add examples showing how to prove (using tactics) that direct_subterm relation is well-founded 2015-06-09 16:17:29 -07:00
543.lean fix(library/tactic/exact_tactic): exact and or_else 2015-04-19 17:23:09 -07:00
548.lean fix(library/tactic/rewrite_tactic): second problem reported at issue #548 2015-04-24 16:49:32 -07:00
567.lean fix(library/tactic/rewrite_tactic): relax reducibility constraints in some parts of the rewrite tactic 2015-04-30 18:22:58 -07:00
568.lean fix(frontends/lean/builtin_cmds): bug in export command 2015-05-02 16:01:25 -07:00
570.lean feat(library/tactic): improve 'assumption' tactic 2015-05-02 17:33:54 -07:00
570b.lean feat(library/tactic): improve 'assumption' tactic 2015-05-02 17:33:54 -07:00
585.lean refactor(logic/funext.lean, algebra/function.lean): delete logic/funext, merge into algebra/function 2015-05-23 16:16:36 +10:00
588.lean fix(library/unifier): typo 2015-05-07 16:30:02 -07:00
592.lean fix(frontends/lean/elaborator): problem with 'calc' proofs discussed at issue #592 2015-05-11 13:22:39 -07:00
600a.lean fix(frontends/lean/scanner): block comments 2015-05-13 22:14:28 -07:00
600b.lean fix(frontends/lean/scanner): block comments 2015-05-13 22:14:28 -07:00
600c.lean fix(frontends/lean/scanner): block comments 2015-05-13 22:14:28 -07:00
645a.lean feat(library/tactic): automate "generalize-intro-induction/cases" idiom 2015-05-30 21:57:28 -07:00
662.lean fix(library/unifier): try to generate approximate solution for flex-flex constraints before discarding them 2015-06-09 14:36:31 -07:00
662b.lean test(tests/lean/run): add test/example 2015-06-09 14:50:15 -07:00
668.lean test(tests/lean/run): add test showing new coercion module addresses issue #668 2015-07-01 16:41:19 -07:00
676.lean feat(library/tactic/constructor_tactic): restore 'constructor' tactic old semantics, add 'fconstructor' tactic 2015-06-17 23:48:54 -07:00
679a.lean feat(library/class): allow any constant to be marked as a class 2015-06-17 16:26:45 -07:00
679b.lean feat(library/class): allow any constant to be marked as a class 2015-06-17 16:26:45 -07:00
682.lean fix(library/tactic/rewrite_tactic): fixes #682 2015-06-17 18:49:02 -07:00
687.lean fix(frontends/lean/elaborator): fixes #687 2015-06-28 19:58:57 -07:00
695d.lean feat(frontends/lean/parse_rewrite_tactic): accept trailing comman in rewrite tactic 2015-06-28 11:45:30 -07:00
695e.lean test(tests/lean/run): add test for <d notation 2015-06-28 13:10:15 -07:00
702.lean fix(library/tactic/rewrite_tactic): fixes #702 2015-06-28 20:37:17 -07:00
724.lean fix(frontends/lean/elaborator): fixes #724 2015-07-06 15:19:19 -07:00
abs.lean
ack.lean
alg_rw.lean feat(library/unifier): do not fire type class resolution as last resort when type contains metavariables 2015-05-18 15:45:23 -07:00
algebra1.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
algebra3.lean
alias1.lean
alias2.lean
alias3.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
all_goals.lean feat(frontends/lean): rename '[unfold-c]' to '[unfold]' and '[unfold-f]' to '[unfold-full]' 2015-07-07 16:37:06 -07:00
all_goals2.lean feat(frontends/lean): rename '[unfold-c]' to '[unfold]' and '[unfold-f]' to '[unfold-full]' 2015-07-07 16:37:06 -07:00
app_builder.lean
apply_class_issue0.lean
as.lean
assert_tac.lean
assert_tac2.lean feat(frontends/lean): round parenthesis for [tactic1 | tactic2] 2015-04-06 09:24:09 -07:00
atomic2.lean
atomic_notation.lean fix(frontends/lean/pp): avoid parentheses around atomic notation 2014-10-20 18:08:13 -07:00
attrs.lean
basic.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
begin_end_plus.lean feat(frontends/lean): add 'begin+' and 'by+' that enter tactic mode with the whole context visible 2015-05-05 18:47:25 -07:00
beginend.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
beginend3.lean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
booltst.lean feat(frontends/lean): rename 'using' command to 'open' 2014-09-03 16:00:38 -07:00
bquant.lean
bug5.lean
bug6.lean
by_exact.lean feat(frontends/lean): add tactic_notation command 2015-04-27 17:46:13 -07:00
calc.lean refactor(library): replace 'calc_trans', 'calc_symm', 'calc_refl' and 'calc_subst' commands with attributes '[symm]', '[refl]', '[trans]' and '[subst]' 2015-05-02 15:15:35 -07:00
calc_auto_trans_eq.lean fix(tests): update tests to reflect the change of notation from \~ to ~ 2015-06-25 22:55:05 -04:00
calc_bug.lean
calc_heq_symm.lean feat(frontends/lean): rename 'wait' to 'reveal' 2015-05-08 20:54:16 -07:00
calc_imp.lean feat(frontends/lean): allow → to be used in calc proofs 2015-05-07 12:28:47 -07:00
cases_bug.lean fix(library/tactic/inversion_tactic): missing condition for applying optimization 2015-03-12 09:11:36 -07:00
cast_sorry_bug.lean
choice_ctx.lean
choose_test.lean test(tests/lean/run): add example for constructive choice 2015-05-09 12:02:52 -07:00
class1.lean
class2.lean feat(frontends/lean): rename 'wait' to 'reveal' 2015-05-08 20:54:16 -07:00
class3.lean feat(frontends/lean): rename 'wait' to 'reveal' 2015-05-08 20:54:16 -07:00
class4.lean
class5.lean
class6.lean
class7.lean feat(frontends/lean): round parenthesis for [tactic1 | tactic2] 2015-04-06 09:24:09 -07:00
class8.lean feat(frontends/lean): rename 'wait' to 'reveal' 2015-05-08 20:54:16 -07:00
class11.lean
class_bug1.lean fix(frontends/lean): problems with sections 2015-04-21 19:46:57 -07:00
class_bug2.lean
class_coe.lean
clear_tac.lean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
clears_tac.lean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
cody1.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
cody2.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
coe1.lean
coe2.lean
coe3.lean
coe4.lean
coe5.lean
coe6.lean
coe7.lean refactor(frontends/lean): add 'attribute' command 2015-01-24 20:23:21 -08:00
coe8.lean
coe9.lean
coe10.lean refactor(frontends/lean): constant/axiom are top-level commands, parameter/variable/hypothesis/conjecture are section/context-level commands 2014-10-02 17:55:34 -07:00
coe11.lean
coe12.lean refactor(frontends/lean): constant/axiom are top-level commands, parameter/variable/hypothesis/conjecture are section/context-level commands 2014-10-02 17:55:34 -07:00
coe13.lean
coe14.lean
coe15.lean
coefun.lean
coercion_bug.lean
coercion_bug2.lean
coesec.lean
comment.lean
confuse_ind.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
congr_imp_bug.lean fix(tests): to reflect recent changes in the standard library 2015-07-06 15:05:01 -07:00
congr_tac.lean feat(library/tactic): improve 'assumption' tactic 2015-05-02 17:33:54 -07:00
congr_tac2.lean feat(library/tactic/congruence_tactic): add congruence lemma generator 2015-06-05 22:00:10 -07:00
const_choice.lean
constr_tac.lean feat(library/tactic): improve 'assumption' tactic 2015-05-02 17:33:54 -07:00
constr_tac2.lean fix(library/tactic/constructor_tactic): bug in constructor tactic 2015-04-30 20:18:24 -07:00
constr_tac3.lean feat(library/tactic/constructor_tactic): allow 'constructor' tactic without index 2015-04-30 21:15:07 -07:00
constr_tac4.lean feat(nat): redefine le and lt in the standard library 2015-06-04 20:14:13 -04:00
consume.lean
contra1.lean feat(library/tactic): add 'contradiction' tactic 2015-04-30 13:47:40 -07:00
contra2.lean 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
ctx.lean
dec_trivial_loop.lean feat(library/unifier): do not fire type class resolution as last resort when type contains metavariables 2015-05-18 15:45:23 -07:00
deceq_vec.lean fix(frontends/lean/elaborator): inaccessible over coercion 2015-03-13 23:04:45 -07:00
decidable.lean
def_tac.lean feat(frontends/lean): add tactic_notation command 2015-04-27 17:46:13 -07:00
dep_subst.lean fix(library/tactic/subst_tactic): in the standard mode, use dependent elimination in the subst tactic (when needed) 2015-06-03 17:36:04 -07:00
dfun_tst.lean feat(frontends/lean): rename 'wait' to 'reveal' 2015-05-08 20:54:16 -07:00
diag.lean
div2.lean feat(frontends/lean): treat "proof t qed" as alias for "by exact t" 2015-03-05 11:12:39 -08:00
div_wf.lean
e1.lean
e2.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
e3.lean
e4.lean refactor(library/logic/connectives): rename theorems 2014-12-15 15:05:44 -05:00
e5.lean
e6.lean
e7.lean refactor(frontends/lean): add 'attribute' command 2015-01-24 20:23:21 -08:00
e8.lean
e9.lean feat(frontends/lean): 'attribute' command is persistent by default 2015-01-26 11:51:17 -08:00
e10.lean
e11.lean
e12.lean refactor(frontends/lean): add 'attribute' command 2015-01-24 20:23:21 -08:00
e13.lean
e14.lean
e15.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
e16.lean
e17.lean
e18.lean
eassumption.lean feat(library/tactic/constructor_tactic): restore 'constructor' tactic old semantics, add 'fconstructor' tactic 2015-06-17 23:48:54 -07:00
elab_bug1.lean fix(tests): to reflect recent changes in the standard library 2015-07-06 15:05:01 -07:00
elab_failure.lean
elim.lean
elim2.lean
empty_eq.lean refactor(library/data): replace 'fin' with Haitao's 'less_than' 2015-06-05 10:33:19 -07:00
empty_match.lean
empty_match_bug.lean refactor(library/data): replace 'fin' with Haitao's 'less_than' 2015-06-05 10:33:19 -07:00
enum.lean
eq1.lean
eq2.lean perf(frontends/lean/elaborator): do not invoke recursive equation compiler when equations still contain metavariables 2015-04-02 23:37:33 -07:00
eq3.lean
eq4.lean
eq5.lean feat(frontends/lean): ML-like notation for match and recursive equations 2015-02-25 16:20:44 -08:00
eq6.lean
eq7.lean
eq8.lean
eq9.lean
eq10.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
eq11.lean
eq12.lean feat(frontends/lean): ML-like notation for match and recursive equations 2015-02-25 16:20:44 -08:00
eq13.lean perf(frontends/lean/elaborator): do not invoke recursive equation compiler when equations still contain metavariables 2015-04-02 23:37:33 -07:00
eq14.lean feat(frontends/lean): ML-like notation for match and recursive equations 2015-02-25 16:20:44 -08:00
eq15.lean feat(frontends/lean): ML-like notation for match and recursive equations 2015-02-25 16:20:44 -08:00
eq16.lean
eq17.lean
eq18.lean
eq19.lean
eq20.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
eq21.lean
eq22.lean
eq23.lean
eq24.lean
eq25.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
eqn_tac.lean
eqv_tacs.lean feat(library/tactic): improve 'assumption' tactic 2015-05-02 17:33:54 -07:00
esimp1.lean feat(frontends/lean): add esimp tactic based on rewrite tactic 2015-02-06 14:13:32 -08:00
ex.lean
example1.lean
exfalso1.lean feat(library/tactic): add 'exfalso' tactic 2015-04-30 15:43:07 -07:00
export.lean
export2.lean
fapply.lean
fib_brec.lean feat(datatypes): let the type of unit be the lowest non-Prop universe 2015-06-25 17:33:46 -07:00
fib_wrec.lean
fibrant_class1.lean
fibrant_class2.lean
finbug.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
finbug2.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
find_cmd.lean
finset.lean feat(library/unifier): do not fire type class resolution as last resort when type contains metavariables 2015-05-18 15:45:23 -07:00
finset1.lean feat(library): enforce name conventions on old nat declarations 2015-04-18 10:50:30 -07:00
finset_coe.lean feat(frontends/lean/elaborator): use custom normalizers for detecting whether there are coercions from/to a given type 2015-05-20 16:12:12 -07:00
fold.lean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
forest.lean feat(datatypes): let the type of unit be the lowest non-Prop universe 2015-06-25 17:33:46 -07:00
forest2.lean
forest_height.lean fix(kernel/default_converter): broken optimization 2015-05-06 18:32:41 -07:00
ftree_brec.lean feat(datatypes): let the type of unit be the lowest non-Prop universe 2015-06-25 17:33:46 -07:00
full.lean
fun.lean fix(tests): to reflect recent changes in the standard library 2015-07-06 15:05:01 -07:00
gcd.lean
generalizes.lean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
goal.lean
group.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
group2.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
group3.lean fix(tests): to reflect recent changes in the standard library 2015-07-06 15:05:01 -07:00
group4.lean fix(tests): to reflect recent changes in the standard library 2015-07-06 15:05:01 -07:00
group5.lean fix(tests): to reflect recent changes in the standard library 2015-07-06 15:05:01 -07:00
group6.lean
hash.lean
have1.lean
have2.lean
have3.lean
have4.lean
have5.lean
have6.lean
help_cmd.lean feat(frontends/lean): add missing 'help' command 2015-03-06 13:56:20 -08:00
ho.lean
id.lean
iff_rw.lean feat(library/tactic/rewrite_tactic): rewrite tactic with 'iff' lemmas 2015-05-14 18:27:13 -07:00
imp.lean refactor(frontends/lean): constant/axiom are top-level commands, parameter/variable/hypothesis/conjecture are section/context-level commands 2014-10-02 17:55:34 -07:00
imp2.lean
imp3.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
imp_curly.lean
impbug1.lean refactor(frontends/lean): add 'attribute' command 2015-01-24 20:23:21 -08:00
impbug2.lean
impbug3.lean
impbug4.lean
implicit.lean
ind0.lean
ind1.lean
ind2.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
ind3.lean
ind4.lean
ind5.lean
ind6.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
ind7.lean
ind8.lean
ind_bug.lean
ind_ns.lean
ind_tac.lean feat(library/tactic): add induction tactic with support for user defined recursors 2015-05-19 13:27:17 -07:00
ind_tac1.lean feat(library/user_recursors): generalize acceptable use-defined recursors 2015-05-18 14:21:10 -07:00
indbug2.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
indimp.lean
induction_tac1.lean feat(library/tactic): add induction tactic with support for user defined recursors 2015-05-19 13:27:17 -07:00
induction_tac2.lean feat(library/tactic): add induction tactic with support for user defined recursors 2015-05-19 13:27:17 -07:00
induniv.lean
inf_tree.lean test(tests/lean/run): add examples showing how to prove (using tactics) that direct_subterm relation is well-founded 2015-06-09 16:17:29 -07:00
inf_tree2.lean
inf_tree3.lean refactor(frontends/lean): approach used to parse tactics 2015-03-05 18:11:21 -08:00
inj_tac.lean feat(library/tactic/injection_tactic): improve 'injection' tactic 2015-05-01 15:49:56 -07:00
injective_decidable.lean fix(tests): to reflect recent changes in the standard library 2015-07-06 15:05:01 -07:00
inst_bug.lean
interp.lean fix(tests): to reflect recent changes in the standard library 2015-07-06 15:05:01 -07:00
intros.lean feat(library,hott): remove rapply tactic 2015-04-27 15:06:16 -07:00
inv_bug.lean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
inv_bug2.lean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
inversion1.lean refactor(library/data): replace 'fin' with Haitao's 'less_than' 2015-06-05 10:33:19 -07:00
is_nil.lean feat(library/inductive_unifier_plugin): restrict rule that was generating non-terminating behavior 2015-05-27 14:41:12 -07:00
is_true.lean feat(frontends/lean): round parenthesis for [tactic1 | tactic2] 2015-04-06 09:24:09 -07:00
issue332.lean
kcomp.lean feat(kernel/inductive): K-like reduction in the kernel 2014-10-10 14:37:45 -07:00
let1.lean
let2.lean
let_tac.lean feat(library/tactic): add 'let' tactic 2015-04-28 17:24:43 -07:00
level_bug1.lean fix(kernel/default_converter): broken optimization 2015-05-06 18:32:41 -07:00
level_bug2.lean fix(kernel/default_converter): broken optimization 2015-05-06 18:32:41 -07:00
level_bug3.lean fix(kernel/default_converter): broken optimization 2015-05-06 18:32:41 -07:00
lift.lean
lift2.lean
list_elab1.lean
local_eqns.lean feat(frontends/lean): rename 'wait' to 'reveal' 2015-05-08 20:54:16 -07:00
local_eqns2.lean refactor(library/data): replace 'fin' with Haitao's 'less_than' 2015-06-05 10:33:19 -07:00
local_notation.lean
local_using.lean refactor(frontends/lean): constant/axiom are top-level commands, parameter/variable/hypothesis/conjecture are section/context-level commands 2014-10-02 17:55:34 -07:00
localcoe.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
match1.lean feat(library): add idx_metavar module 2015-06-08 16:02:37 -07:00
match2.lean feat(library): add idx_metavar module 2015-06-08 16:02:37 -07:00
match3.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
match4.lean
match_fun.lean fix(library/definitional/equations): allow a function to be the result of a match-with term or recursive definition 2015-03-06 15:08:52 -08:00
match_tac.lean feat(frontends/lean): allow 'match-with' to be used in tactics without prefixing it with 'exact' 2015-03-06 15:49:31 -08:00
match_tac2.lean feat(library/tactic): improve 'assumption' tactic 2015-05-02 17:33:54 -07:00
match_tac3.lean feat(frontends/lean): rename 'wait' to 'reveal' 2015-05-08 20:54:16 -07:00
match_tac4.lean feat(frontends/lean): rename 'wait' to 'reveal' 2015-05-08 20:54:16 -07:00
matrix.lean
matrix2.lean
max_memory.lean feat(frontends/lean): add option 'max_memory' 2015-03-06 13:56:20 -08:00
measurable.lean
meta.lean
mul_zero.lean
n1.lean
n2.lean
n3.lean
n4.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
n5.lean
namespace_local.lean feat(frontends/lean): namespaces also define scope for variables 2014-10-10 16:21:30 -07:00
nat_bug.lean
nat_bug2.lean
nat_bug3.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
nat_bug4.lean
nat_bug5.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
nat_bug6.lean
nat_bug7.lean
nat_coe.lean refactor(frontends/lean): add 'attribute' command 2015-01-24 20:23:21 -08:00
nateq.lean
nested_begin.lean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
nested_begin_end.lean feat(frontends/lean): nested begin-end blocks 2015-02-24 11:59:27 -08:00
nested_rec.lean fix(tests/lean): adjust tests to reflect changes in the elaboration process 2015-06-26 17:18:30 -07:00
new_obtain3.lean fix(tests/lean): adjust tests to reflect changes in the standard library 2015-06-10 17:00:47 -07:00
new_obtain4.lean fix(tests/lean): adjust tests to reflect changes in the standard library 2015-06-10 17:00:47 -07:00
new_obtains.lean fix(tests): to reflect recent changes in the standard library 2015-07-06 15:05:01 -07:00
new_obtains2.lean feat(frontends/lean/builtin_exprs): improve new 'obtain' expression 2015-05-06 09:56:57 -07:00
no_confusion_bug.lean
not_bug1.lean
notation_priority.lean feat(frontends/lean): allow user to assign priorities to notation declarations 2015-06-30 17:10:27 -07:00
ns.lean
ns1.lean
ns2.lean
num.lean
num_bug2.lean feat(library/unifier): do not fire type class resolution as last resort when type contains metavariables 2015-05-18 15:45:23 -07:00
num_sub.lean
obtain_tac.lean feat(frontends/lean/builtin_exprs): allow 'obtain' to be used in tactic mode 2015-05-19 16:26:02 -07:00
occurs_check_bug1.lean
one.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
one2.lean
opaque_hint_bug.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
over2.lean feat(frontends/lean): rename 'using' command to 'open' 2014-09-03 16:00:38 -07:00
over_subst.lean
override1.lean feat(frontends/lean): add 'override' (notation) command 2015-05-20 11:42:16 -07:00
override_on_equations.lean fix(frontends/lean): fix '#' override notation on the left-hand-side of recursive equations (and match-expressions) 2015-05-03 21:08:09 -07:00
parent_struct_ref.lean feat(frontends/lean/structure_cmd): allow user to reference parent structures when defining new fields 2015-01-16 13:04:48 -08:00
parity.lean fix(tests): to reflect recent changes in the standard library 2015-07-06 15:05:01 -07:00
pickle1.lean refactor(library/data): rename 'countable' to 'encodable', define countable in the usual way, and prove all 'encodable' type is 'countable' 2015-04-19 14:20:47 -07:00
ppbeta.lean
pquot.lean feat(kernel): add experimental support for quotient types 2015-03-31 22:04:16 -07:00
prec_max.lean
premises.lean feat(frontends/lean): add "premise" and "premises" command 2015-02-11 18:46:03 -08:00
print.lean
print_inductive.lean feat(frontends/lean): add 'print inductive' command 2015-04-29 15:22:10 -07:00
print_poly.lean feat(frontends/lean): add "polymorphic" print command 2015-04-29 16:17:33 -07:00
priority_test.lean
priority_test2.lean fix(frontends/lean): allow 'attribute <id> [priority ...]' 2015-03-03 16:17:32 -08:00
private_names.lean
prod_notation.lean
proj.lean
proof_qed_improved.lean test(tests/lean/run): add test showing that "proof ... qed" can access the whole context 2015-05-05 18:32:47 -07:00
proof_qed_nested_tac.lean feat(frontends/lean): treat "proof t qed" as alias for "by exact t" 2015-03-05 11:12:39 -08:00
protected.lean refactor(frontends/lean): replace '[protected]' modifier with 'protected definition' and 'protected theorem', '[protected]' is not a hint. 2014-09-19 15:54:32 -07:00
ptst.lean
rat_coe.lean feat(frontends/lean/elaborator): use custom normalizers for detecting whether there are coercions from/to a given type 2015-05-20 16:12:12 -07:00
rat_rfl.lean feat(frontends/lean/builtin_cmds): do not unfold proofs in the eval command 2015-05-20 19:14:57 -07:00
record1.lean
record2.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
record3.lean
record4.lean
record5.lean
record6.lean
record7.lean feat(frontends/lean/builtin_cmds): add 'print prefix' command 2014-11-04 08:40:32 -08:00
record8.lean
record9.lean fix(frontends/lean/structure_cmd): accept ': Type' when universe levels are not specified 2014-11-05 12:02:52 -08:00
record10.lean
reducible.lean refactor(kernel): remove "opaque" field from kernel declarations 2015-05-08 16:06:16 -07:00
refine1.lean feat(library/tactic): add 'refine' tactic 2015-04-06 18:36:56 -07:00
refine2.lean feat(library/tactic): add 'refine' tactic 2015-04-06 18:36:56 -07:00
refine3.lean feat(library/tactic): add 'refine' tactic 2015-04-06 18:36:56 -07:00
refl_beta.lean fix(library/tactic/relation_tactics): beta-reduce goal before trying to extract head symbol 2015-05-24 18:56:35 -07:00
rel.lean
rename_tac.lean refactor(frontends/lean): approach used to parse tactics 2015-03-05 18:11:21 -08:00
reserve.lean
revert_tac.lean feat(frontends/lean): rename 'wait' to 'reveal' 2015-05-08 20:54:16 -07:00
reverts_tac.lean feat(frontends/lean): rename 'wait' to 'reveal' 2015-05-08 20:54:16 -07:00
rewrite4.lean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
rewrite5.lean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
rewrite8.lean fix(tests): update tests because [unfold-c] attribute has been added to some definitions 2015-05-18 15:59:55 -07:00
rewrite9.lean
rewrite10.lean fix(tests): to reflect recent changes in the standard library 2015-07-06 15:05:01 -07:00
rewrite12.lean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
rewrite_bug.lean fix(library/tactic/rewrite_tactic): bug when rewriting multiple hypotheses 2015-05-01 19:03:43 -07:00
rewrite_with_beta.lean fix(library/tactic/relation_tactics): beta-reduce goal before trying to extract head symbol 2015-05-24 18:56:35 -07:00
rewriter1.lean feat(frontends/lean): rename 'wait' to 'reveal' 2015-05-08 20:54:16 -07:00
rewriter2.lean feat(library/unifier): do not fire type class resolution as last resort when type contains metavariables 2015-05-18 15:45:23 -07:00
rewriter3.lean
rewriter6.lean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
rewriter7.lean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
rewriter11.lean fix(library/tactic/rewrite_tactic): adjust the behavior of class resolution in rewriter 2015-02-05 19:08:47 -08:00
rewriter12.lean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
rewriter13.lean
rewriter14.lean feat(frontends/lean): rename '[unfold-c]' to '[unfold]' and '[unfold-f]' to '[unfold-full]' 2015-07-07 16:37:06 -07:00
rewriter15.lean
rewriter16.lean
rewriter17.lean
rewriter18.lean
root.lean
rw_bug2.lean fix(library/tactic/rewrite_tactic): bug when rewriting hypotheses 2015-05-01 19:45:23 -07:00
rw_set1.lean feat(frontends/lean): add '[rewrite]' attribute 2015-06-01 17:58:24 -07:00
scope_bug.lean fix(frontends/lean/elaborator): bug in translation function 2015-05-02 18:05:07 -07:00
sec_bug.lean
sec_notation.lean feat(frontends/lean): allow persistent notation declaration in sections (when they do not contain parameters) 2015-04-21 19:04:06 -07:00
sec_var.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
seclvl.lean fix(frontends/lean): universe levels associated with section variables should not be fixed in the section 2014-10-04 07:13:19 -07:00
secnot.lean
section1.lean
section2.lean chore(*): minimize the use of parameters 2014-10-09 07:13:06 -07:00
section3.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
section4.lean fix(frontends/lean): another bug in sections with parameters 2015-04-21 19:50:21 -07:00
section5.lean
set.lean
set2.lean
sigma_match.lean
sigma_no_confusion.lean
simple.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
sorry.lean feat(frontends/lean): add 'sorry' 2014-07-31 18:35:57 -07:00
soundness.lean feat(library/tactic/constructor_tactic): restore 'constructor' tactic old semantics, add 'fconstructor' tactic 2015-06-17 23:48:54 -07:00
st_options.lean
string.lean
struc_names.lean
struct_bug1.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
struct_infer.lean
struct_inst_exprs.lean refactor(library/init): define prod as an inductive datatype 2015-06-25 17:59:06 -07:00
struct_inst_exprs2.lean
structure_test.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
sub.lean
sub_bug.lean fix(frontends/lean/parser_config): binder(s) rbp was not being saved in .olean file 2014-11-23 17:49:14 -08:00
subst_tact.lean feat(library/tactic): add 'subst' tactic 2015-05-01 19:31:24 -07:00
subst_test.lean feat(frontends/lean/elaborator): hide auxiliary 'match' hypothesis during elaboration 2015-05-25 15:24:56 -07:00
subst_test2.lean test(tests/lean/run): add missing test 2015-05-25 17:02:23 -07:00
sum_bug.lean
t1.lean
t2.lean
t3.lean
t4.lean
t5.lean
t6.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
t7.lean
t8.lean
t9.lean
t10.lean feat(frontends/lean/builtin_cmds): add 'print options' command 2014-06-16 17:31:28 -07:00
t11.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
tac1.lean feat(frontends/lean): add tactic_notation command 2015-04-27 17:46:13 -07:00
tactic1.lean
tactic2.lean
tactic3.lean feat(frontends/lean): round parenthesis for [tactic1 | tactic2] 2015-04-06 09:24:09 -07:00
tactic4.lean feat(frontends/lean): add tactic_notation command 2015-04-27 17:46:13 -07:00
tactic5.lean feat(frontends/lean): add tactic_notation command 2015-04-27 17:46:13 -07:00
tactic6.lean
tactic7.lean feat(library/tactic): improve 'assumption' tactic 2015-05-02 17:33:54 -07:00
tactic8.lean
tactic9.lean feat(library/tactic): improve 'assumption' tactic 2015-05-02 17:33:54 -07:00
tactic10.lean feat(library,hott): remove rapply tactic 2015-04-27 15:06:16 -07:00
tactic11.lean feat(library,hott): remove rapply tactic 2015-04-27 15:06:16 -07:00
tactic12.lean feat(library/tactic): improve 'assumption' tactic 2015-05-02 17:33:54 -07:00
tactic13.lean feat(library/tactic): improve 'assumption' tactic 2015-05-02 17:33:54 -07:00
tactic14.lean feat(library/tactic): improve 'assumption' tactic 2015-05-02 17:33:54 -07:00
tactic15.lean
tactic16.lean
tactic17.lean feat(library/tactic): improve 'assumption' tactic 2015-05-02 17:33:54 -07:00
tactic18.lean
tactic19.lean
tactic20.lean feat(frontends/lean): parse argument of unary tactis with rbp=0, tokens may have a different precedence in expression and tactic modes 2015-04-28 13:43:05 -07:00
tactic21.lean feat(frontends/lean): rename 'wait' to 'reveal' 2015-05-08 20:54:16 -07:00
tactic22.lean feat(frontends/lean): add tactic_notation command 2015-04-27 17:46:13 -07:00
tactic23.lean feat(library/inductive_unifier_plugin): restrict rule that was generating non-terminating behavior 2015-05-27 14:41:12 -07:00
tactic24.lean feat(library/tactic): improve 'assumption' tactic 2015-05-02 17:33:54 -07:00
tactic25.lean feat(library/tactic): improve 'assumption' tactic 2015-05-02 17:33:54 -07:00
tactic26.lean feat(frontends/lean): add tactic_notation command 2015-04-27 17:46:13 -07:00
tactic27.lean feat(frontends/lean): add tactic_notation command 2015-04-27 17:46:13 -07:00
tactic28.lean feat(frontends/lean): add tactic_notation command 2015-04-27 17:46:13 -07:00
tactic29.lean fix(frontends/lean): tactic + section variables, fixes #332 2014-11-21 10:07:16 -08:00
tactic30.lean
tactic31.lean feat(frontends/lean): parse argument of unary tactis with rbp=0, tokens may have a different precedence in expression and tactic modes 2015-04-28 13:43:05 -07:00
tactic_notation.lean feat(library/tactic): improve 'assumption' tactic 2015-05-02 17:33:54 -07:00
tactic_op_overload_bug.lean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
tele_eq.lean 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
trans.lean refactor(frontends/lean): add 'attribute' command 2015-01-24 20:23:21 -08:00
tree.lean feat(datatypes): let the type of unit be the lowest non-Prop universe 2015-06-25 17:33:46 -07:00
tree2.lean
tree3.lean
tree_height.lean feat(library): enforce name conventions on old nat declarations 2015-04-18 10:50:30 -07:00
tree_subterm_pred.lean test(tests/lean/run): add examples showing how to prove (using tactics) that direct_subterm relation is well-founded 2015-06-09 16:17:29 -07:00
trick.lean
true_imp_rw.lean feat(library/tactic/rewrite_tactic): rewrite tactic with 'iff' lemmas 2015-05-14 18:27:13 -07:00
tt1.lean
tut_104.lean feat(library/*): add theorems from Haitao on sets and functions, clean up 2015-06-04 11:55:25 -07:00
type_equations.lean test(tests/lean/run): add examples showing how to prove (using tactics) that direct_subterm relation is well-founded 2015-06-09 16:17:29 -07:00
uni_issue1.lean
uni_var_bug.lean
unicode.lean
univ1.lean feat(frontends/lean): use rewrite tactic to implement unfold (it has a unfold step) 2015-04-24 17:23:12 -07:00
univ2.lean feat(frontends/lean): use rewrite tactic to implement unfold (it has a unfold step) 2015-04-24 17:23:12 -07:00
univ_bug1.lean
univ_bug2.lean
univ_problem.lean feat(datatypes): let the type of unit be the lowest non-Prop universe 2015-06-25 17:33:46 -07:00
univs.lean chore(tests): remove most occurrences of 'context' command from the test suite 2015-04-21 19:33:21 -07:00
unzip_bug.lean
using_bug.lean fix(frontends/lean/builtin_exprs): bug in 'using' construct 2015-03-06 13:56:20 -08:00
using_bug2.lean fix(frontends/lean/builtin_exprs): bug in 'using' expressions 2015-05-14 17:17:48 -07:00
using_expr.lean feat(library/tactic): improve 'assumption' tactic 2015-05-02 17:33:54 -07:00
uuu.lean
vars_anywhere.lean
vec_inv.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
vec_inv2.lean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
vec_inv3.lean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
vector.lean feat(datatypes): let the type of unit be the lowest non-Prop universe 2015-06-25 17:33:46 -07:00
vector2.lean
vector3.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
vector_subterm_pred.lean test(tests/lean/run): add examples showing how to prove (using tactics) that direct_subterm relation is well-founded 2015-06-09 16:17:29 -07:00
whnfinst.lean