lean4-htt/tests/lean/run
2016-03-25 16:28:29 -07:00
..
252.lean
331.lean
360_1.lean
361.lean
362.lean chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
444.lean
445.lean
454.lean
466.lean
490.lean
511a.lean
541a.lean
541b.lean
543.lean
548.lean
568.lean
570.lean
570b.lean
588.lean
592.lean
600a.lean
600b.lean
600c.lean fix(frontends/lean/scanner): block comments 2015-05-13 22:14:28 -07:00
645a.lean
662.lean
662b.lean test(tests/lean/run): add test/example 2015-06-09 14:50:15 -07:00
668.lean
676.lean
695d.lean
695e.lean
702.lean
724.lean
751.lean
774.lean
791.lean
796.lean
801.lean
808.lean
817.lean
830.lean refactor(frontends/lean): remove 'by+' and 'begin+' tokens 2016-02-29 13:45:43 -08:00
965.lean fix(frontends/lean/elaborator): fixes #965 2016-02-04 13:41:21 -08:00
967.lean fix(frontends/lean/structure_cmd): fixes #967 2016-02-04 16:15:18 -08:00
968.lean fix(frontends/lean/structure_cmd): fixes #968 2016-02-04 15:45:38 -08:00
982.lean refactor(frontends/lean): remove 'by+' and 'begin+' tokens 2016-02-29 13:45:43 -08:00
1007.lean fix(frontends/lean/util): fixes #1007 2016-02-22 10:54:55 -08:00
abstract_notation.lean
ack.lean
alg_rw.lean
algebra1.lean refactor(library): remove unifier_plugin 2016-03-21 17:57:53 -07:00
algebra3.lean fix(tests/lean/run): adjust some tests to changes in the standard library 2015-11-08 14:04:56 -08:00
alias1.lean
alias2.lean
alias3.lean
all_goals.lean
all_goals2.lean
app_builder_issue1.lean
apply_class_issue0.lean
apply_failure.lean
as.lean
assert_tac2.lean
atomic2.lean
atomic_notation.lean
attrs.lean
auto_include_inductive.lean
basic.lean
beginend.lean
beginend3.lean
blast1.lean
blast2.lean
blast3.lean
blast4.lean
blast5.lean
blast6.lean
blast7.lean
blast8.lean
blast9.lean
blast10.lean
blast11.lean
blast12.lean
blast13.lean
blast14.lean
blast15.lean
blast16.lean
blast17.lean
blast18.lean
blast19.lean
blast20.lean
blast21.lean
blast_back1.lean
blast_backward_action_missing_normalize.lean fix(library/blast/backward/backward_action): add missing normalize at backward_action, and remove incorrect fix at discrimination tree 2016-01-26 20:35:57 -08:00
blast_by_contradiction.lean
blast_cc1.lean fix(tests/lean/run/blast_cc1): option name 2015-12-09 12:23:00 -08:00
blast_cc2.lean
blast_cc3.lean
blast_cc4.lean
blast_cc5.lean
blast_cc6.lean
blast_cc7.lean
blast_cc9.lean
blast_cc10.lean
blast_cc11.lean
blast_cc12.lean
blast_cc13.lean
blast_cc14.lean
blast_cc_heq1.lean
blast_cc_heq2.lean
blast_cc_heq3.lean
blast_cc_heq4.lean
blast_cc_heq5.lean
blast_cc_heq6.lean
blast_cc_heq8.lean
blast_cc_heq9.lean fix(library/blast/congruence_closure): uselist initialization (aka add_occurrence) 2016-01-16 19:53:36 -08:00
blast_cc_missed.lean fix(library/blast/congruence_closure): uselist initialization (aka add_occurrence) 2016-01-16 19:53:36 -08:00
blast_cc_noconfusion.lean
blast_cc_subsingleton1.lean
blast_cc_subsingleton2.lean
blast_congr_bug.lean
blast_discr_tree_annot_bug.lean fix(library/blast/discr_tree): ignore annotations in discrimination trees 2016-01-26 18:46:40 -08:00
blast_discr_tree_bug.lean
blast_ematch1.lean
blast_ematch2.lean
blast_ematch3.lean feat(library/blast/strategies): add "ematch" strategy for testing ematching 2015-12-06 15:01:49 -08:00
blast_ematch4.lean
blast_ematch5.lean
blast_ematch6.lean
blast_ematch8.lean
blast_ematch9.lean
blast_ematch10.lean
blast_ematch_cast1.lean feat(library/blast/forward/ematch): improve support for casts in the e-matcher 2016-01-29 11:38:43 -08:00
blast_ematch_cast2.lean feat(library/blast/forward/ematch): improve support for casts in the e-matcher 2016-01-29 11:38:43 -08:00
blast_ematch_cast3.lean feat(library/blast/forward/ematch): improve support for casts in the e-matcher 2016-01-29 11:38:43 -08:00
blast_ematch_heq1.lean
blast_ematch_heq2.lean
blast_ematch_heq3.lean
blast_ematch_heq4.lean
blast_ematch_list.lean test(tests/lean/run/blast_ematch_list): blast last_concat 2016-01-12 22:56:28 -08:00
blast_ematch_ss1.lean feat(library/blast/congruence_closure): improve the suppoer for subsingletons in the ematching procedure 2016-01-13 11:17:42 -08:00
blast_ematch_sum.lean
blast_ematch_uni_issue.lean
blast_equiv_tests.lean
blast_flat.lean
blast_fun_info_bug.lean
blast_grind1.lean
blast_meta.lean
blast_meta_bug.lean feat(library/blast/forward): inst_simp should use the left-hand-side as a pattern (if none is provided by the user) 2015-12-31 20:20:39 -08:00
blast_multiple_nots.lean
blast_pattern_inference_bug.lean fix(library/blast/forward/pattern): bug in the pattern inference code 2016-01-27 13:39:19 -08:00
blast_rec_eq.lean
blast_recursor1.lean
blast_simp1.lean
blast_simp2.lean test(tests/lean/run): use 'simp' when testing the simplifier 2015-12-06 14:35:14 -08:00
blast_simp3.lean
blast_simp4.lean
blast_simp5.lean
blast_simp_st1.lean
blast_simp_subsingleton.lean
blast_simp_subsingleton2.lean
blast_simp_sum.lean
blast_trace.lean
blast_tuple1.lean
blast_unit.lean
blast_unit_cc.lean
blast_unit_dep.lean feat(library/blast/unit/unit_propagate): basic support for "dependent lemmas" at unit propagate 2016-01-24 16:02:08 -08:00
blast_unit_edges.lean
blast_unit_preprocess.lean
blast_vector_test.lean feat(library/blast/forward/ematch): basic support for heq classes 2016-01-15 21:38:16 -08: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
calc.lean refactor(frontends/lean/calc): no overloading in calc steps 2016-03-03 15:00:51 -08:00
calc_auto_trans_eq.lean
calc_bug.lean
calc_heq_symm.lean refactor(frontends/lean): remove calc_proof_elaborator 2016-03-03 17:22:45 -08:00
calc_imp.lean
cases_bug.lean fix(tests/lean/run/cases_bug): adjust test to changes in the std lib 2016-01-13 16:37:33 -08:00
cast_sorry_bug.lean
choice_ctx.lean
class1.lean chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
class2.lean chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
class3.lean chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
class4.lean refactor(frontends/lean/calc): remove '{}' notation for eq.subst in calc mode 2016-03-03 14:18:20 -08:00
class5.lean
class6.lean
class7.lean
class8.lean feat(frontends/lean): remove '[visible]' annotation, remove 'is_visible' tracking 2016-02-29 12:31:23 -08:00
class11.lean
class_bug1.lean
class_bug2.lean
class_coe.lean
clear_tac.lean
clears_tac.lean
cody1.lean
cody2.lean
coe1.lean
coe2.lean refactor(library): remove unifier_plugin 2016-03-21 17:57:53 -07:00
coe3.lean refactor(library): remove unifier_plugin 2016-03-21 17:57:53 -07:00
coe4.lean refactor(library): remove unifier_plugin 2016-03-21 17:57:53 -07:00
coe5.lean refactor(library): remove unifier_plugin 2016-03-21 17:57:53 -07:00
coe6.lean
coe7.lean
coe8.lean
coe9.lean
coe12.lean
coe13.lean
coe14.lean
coe15.lean
coefun.lean
coercion_bug.lean
coercion_bug2.lean
coesec.lean
comment.lean
confuse_ind.lean
congr_imp_bug.lean
congr_tac.lean
const_choice.lean
constr_tac.lean
constr_tac2.lean
constr_tac3.lean
constr_tac4.lean
consume.lean
contra1.lean
contra2.lean
ctx.lean
dec_trivial_loop.lean refactor(library): remove unifier_plugin 2016-03-21 17:57:53 -07:00
decidable.lean
def_tac.lean
div2.lean refactor(library/class): remove attribute [multiple_instances] and old type class resolution procedure 2016-03-03 13:58:22 -08:00
div_wf.lean
e1.lean
e2.lean
e3.lean
e4.lean
e5.lean
e6.lean
e7.lean
e8.lean
e9.lean
e10.lean
e11.lean
e12.lean
e13.lean
e14.lean
e15.lean
e16.lean
e17.lean
e18.lean
eassumption.lean refactor(library/tactic): remove 'append' and 'interleave' tacticals 2016-02-24 16:02:16 -08:00
elab_bug1.lean
elab_failure.lean
elim.lean refactor(library): rename exists_elim and exists_intro to exists.elim 2014-12-15 19:07:38 -08:00
elim2.lean
empty_eq.lean
empty_match.lean
empty_match_bug.lean
enum.lean
eq1.lean
eq2.lean
eq4.lean
eq5.lean
eq6.lean
eq9.lean
eq10.lean
eq11.lean
eq12.lean
eq13.lean
eq14.lean
eq15.lean
eq16.lean
eq17.lean
eq20.lean
eq21.lean
eq22.lean
eq23.lean
eq24.lean
eq25.lean
eqn_tac.lean
eqv_tacs.lean
esimp1.lean
ex.lean
example1.lean
exfalso1.lean
export.lean
export2.lean
fapply.lean
fib_brec.lean
fib_wrec.lean
fibrant_class1.lean
fibrant_class2.lean
finset1.lean
flycheck_blast_cc_heq7.lean
fold.lean
forest.lean
forest2.lean
forest_height.lean refactor(library): remove unifier_plugin 2016-03-21 17:57:53 -07:00
ftree_brec.lean
full.lean
fun.lean
gcd.lean
generalizes.lean
goal.lean
group.lean
group2.lean
group3.lean refactor(library): remove unifier_plugin 2016-03-21 17:57:53 -07:00
group4.lean refactor(frontends/lean): remove calc_proof_elaborator 2016-03-03 17:22:45 -08:00
group5.lean refactor(frontends/lean/calc): remove '{}' notation for eq.subst in calc mode 2016-03-03 14:18:20 -08:00
group6.lean
have1.lean feat(frontends/lean): remove difference between 'have' and 'assert' 2016-02-29 11:28:20 -08:00
have2.lean feat(frontends/lean): remove '[visible]' annotation, remove 'is_visible' tracking 2016-02-29 12:31:23 -08:00
have3.lean
have4.lean
have5.lean
have6.lean
help_cmd.lean
ho.lean
id.lean
iff_rw.lean
imp.lean
imp2.lean
imp3.lean
imp_curly.lean refactor(frontends/lean): remove calc_proof_elaborator 2016-03-03 17:22:45 -08:00
impbug1.lean
impbug2.lean
impbug3.lean
impbug4.lean
implicit.lean
ind0.lean
ind1.lean
ind2.lean
ind3.lean
ind4.lean
ind5.lean
ind6.lean
ind7.lean
ind8.lean
ind_bug.lean
ind_ns.lean
ind_tac.lean
ind_tac1.lean
indbug2.lean
indimp.lean
induction_tac2.lean
induniv.lean
inf_tree.lean
inf_tree2.lean
inf_tree3.lean
inst_bug.lean
interp.lean
intro0.lean
intro_under.lean
intros.lean
inv_bug.lean
inversion1.lean
is_nil.lean refactor(frontends/lean/calc): remove '{}' notation for eq.subst in calc mode 2016-03-03 14:18:20 -08:00
is_true.lean
issue332.lean
kcomp.lean
let1.lean
let2.lean
let_tac.lean
level_bug1.lean
level_bug2.lean
level_bug3.lean
lift.lean
lift2.lean
list_elab1.lean
local_eqns.lean refactor(frontends/lean): remove calc_proof_elaborator 2016-03-03 17:22:45 -08:00
local_eqns2.lean
local_notation.lean
local_using.lean
localcoe.lean
match3.lean
match4.lean
match_fun.lean
match_tac.lean
match_tac2.lean
match_tac3.lean
match_tac4.lean
matrix.lean
matrix2.lean
max_memory.lean
measurable.lean
meta.lean
mul_zero.lean refactor(frontends/lean): remove calc_proof_elaborator 2016-03-03 17:22:45 -08:00
n3.lean
n5.lean
namespace_local.lean
nat_bug.lean
nat_bug2.lean
nat_bug3.lean
nat_bug4.lean
nat_bug5.lean refactor(frontends/lean/calc): remove '{}' notation for eq.subst in calc mode 2016-03-03 14:18:20 -08:00
nat_bug6.lean
nat_bug7.lean
nat_coe.lean
nateq.lean refactor(library): remove unifier_plugin 2016-03-21 17:57:53 -07:00
nested_begin.lean
nested_begin_end.lean
nested_rec.lean refactor(frontends/lean): remove calc_proof_elaborator 2016-03-03 17:22:45 -08:00
new_obtains.lean
new_obtains2.lean
no_confusion_bug.lean
not_bug1.lean
notation_priority.lean
ns.lean
ns1.lean
ns2.lean
num.lean
num_bug2.lean
num_sub.lean
obtain_tac.lean
occurs_check_bug1.lean
one.lean
one2.lean
opaque_hint_bug.lean
open_fwd_bug.lean
over2.lean
over_subst.lean
override_on_equations.lean
parent_struct_ref.lean
parity.lean
partial_explicit.lean
pattern1.lean
pattern2.lean
pattern3.lean
pquot.lean
prec_max.lean
pred_using_structure_cmd.lean feat(library/definitional/projection,frontends/lean/structure_cmd): creating inductive predicates using structure command 2016-02-22 16:09:44 -08:00
premises.lean
print_inductive.lean
print_no_pattern.lean
print_poly.lean
priority_test.lean
priority_test2.lean
private_names.lean
prod_notation.lean fix(library/data/prod): make the notation for tuples and product types consistent 2014-10-13 06:48:37 -07:00
proof_qed_improved.lean
proof_qed_nested_tac.lean
proposition.lean
protected.lean
ptst.lean
record1.lean
record2.lean
record3.lean
record4.lean
record5.lean
record6.lean
record7.lean
record8.lean
record9.lean
record10.lean
refine1.lean
refine2.lean
refine3.lean refactor(frontends/lean): remove calc_proof_elaborator 2016-03-03 17:22:45 -08:00
rename_tac.lean
reserve.lean
revert_tac.lean
reverts_tac.lean
rewrite4.lean
rewrite5.lean
rewrite8.lean
rewrite9.lean feat(library/tactic/rewrite_tactic): add "reduce_to" step at rewrite tactic 2015-02-05 13:59:55 -08:00
rewrite10.lean
rewrite12.lean
rewrite_bug.lean
rewriter1.lean
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
rewriter11.lean
rewriter12.lean
rewriter13.lean
rewriter14.lean
rewriter15.lean
rewriter16.lean
rewriter17.lean
rewriter18.lean
root.lean
rw_bug2.lean
rw_set1.lean
rw_set2.lean feat(library/simplifier): add API for extracting simplification rules defined in a given namespace 2015-07-22 18:47:56 -07:00
scope_bug.lean
sec_bug.lean
sec_notation.lean
sec_var.lean
seclvl.lean
secnot.lean
section1.lean
section2.lean
section3.lean
section4.lean
section5.lean
set.lean
set2.lean
show2.lean
sigma_match.lean
sigma_no_confusion.lean
simple.lean
simplifier1.lean
sorry.lean
soundness.lean
st_options.lean
struc_names.lean
struct_bug1.lean
struct_infer.lean
struct_inst_exprs.lean
struct_inst_exprs2.lean
structure_test.lean
sub.lean
sub_bug.lean
subst_tact.lean
subst_test.lean
subst_test2.lean
suffices.lean
sum_bug.lean
super.lean feat(frontends/lean/scanner): disallow superscripts in identifiers 2016-01-26 18:46:40 -08:00
t1.lean
t2.lean
t3.lean
t4.lean
t5.lean
t6.lean
t7.lean
t8.lean
t9.lean
t10.lean
t11.lean
tac1.lean
tactic1.lean
tactic2.lean
tactic3.lean
tactic4.lean
tactic5.lean
tactic6.lean
tactic7.lean
tactic8.lean
tactic9.lean
tactic10.lean
tactic11.lean feat(frontends/lean): remove '[visible]' annotation, remove 'is_visible' tracking 2016-02-29 12:31:23 -08:00
tactic12.lean
tactic13.lean
tactic15.lean
tactic17.lean
tactic18.lean
tactic19.lean
tactic20.lean
tactic21.lean chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
tactic22.lean
tactic23.lean
tactic24.lean
tactic25.lean
tactic26.lean
tactic27.lean
tactic28.lean refactor(library/tactic): remove 'append' and 'interleave' tacticals 2016-02-24 16:02:16 -08:00
tactic29.lean
tactic30.lean
tactic31.lean
tactic_notation.lean
tactic_notation_num_arg_bug.lean
tactic_op_overload_bug.lean
tele_eq.lean
test_single.sh
trans.lean refactor(hott,tests): make sure HoTT library and tests still work if we introduce checkpoints in have-expressions 2016-02-04 16:58:32 -08:00
tree.lean
tree2.lean
tree3.lean
tree_height.lean
tree_subterm_pred.lean
true_imp_rw.lean
tt1.lean
type_equations.lean
unfold_tac_bug1.lean refactor(library): make sure prod.pr1 is a projection 2016-03-25 16:28:29 -07:00
uni_issue1.lean
uni_var_bug.lean
unicode.lean
univ1.lean
univ2.lean
univ_bug1.lean
univ_bug2.lean
univ_problem.lean refactor(library): remove unifier_plugin 2016-03-21 17:57:53 -07:00
unreachable_cases.lean feat(library/definitional/equations): improve detection of infeasible cases in the definitional package 2016-02-22 14:16:24 -08:00
using_bug.lean feat(frontends/lean): remove difference between 'have' and 'assert' 2016-02-29 11:28:20 -08:00
using_bug2.lean feat(frontends/lean): remove difference between 'have' and 'assert' 2016-02-29 11:28:20 -08:00
using_expr.lean
uuu.lean
vars_anywhere.lean
vec_inv.lean
vec_inv2.lean
vec_inv3.lean
vector.lean refactor(library): remove unifier_plugin 2016-03-21 17:57:53 -07:00
vector2.lean
vector3.lean
vector_subterm_pred.lean
whnfinst.lean
with_attrs1.lean