lean2/tests/lean/run
Leonardo de Moura b172229a72 feat(frontends/lean): add 'match' expressions
We reuse the equations infrastructure to compile them.
2015-01-10 10:11:13 -08:00
..
331.lean feat(library/aliases): protected definitions in nested namespaces, closes #331 2014-12-03 14:25:02 -08:00
362.lean fix(frontends/lean): intro tactic + universe variables, fixes #362 2014-12-03 12:56:30 -08:00
abs.lean refactor(library): use 'reserve' notation in the standard library 2014-10-21 15:39:47 -07:00
ack.lean test(tests/lean/run): define ackermann function using recursors 2014-11-11 11:06:10 -08:00
algebra1.lean fix(tests/lean): adjust tests since module 'logic' depends on nat 2014-11-22 17:34:05 -08:00
algebra3.lean refactor(library): change mul.left_id to mul_one, and similarly for mul.right_id, add.left_id, add.right_id 2014-12-23 21:14:36 -05:00
alias1.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
alias2.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
alias3.lean chore(*): minimize the use of parameters 2014-10-09 07:13:06 -07:00
apply_class_issue0.lean fix(library/unifier): postpone class-instance constraints whose type could not be inferred 2014-12-01 22:27:23 -08:00
as.lean feat(frontends/lean): add 'as' clause to 'open' command 2014-09-03 17:37:02 -07:00
assert_tac.lean feat(library/tactic): add 'assert' tactic, closes #349 2014-11-29 21:34:49 -08:00
atomic2.lean feat(frontends/lean): better default for atomic notation 2014-11-14 16:25:13 -08:00
atomic_notation.lean fix(frontends/lean/pp): avoid parentheses around atomic notation 2014-10-20 18:08:13 -07:00
basic.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
beginend.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
beginend3.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
booltst.lean feat(frontends/lean): rename 'using' command to 'open' 2014-09-03 16:00:38 -07:00
bquant.lean feat(library/data/nat): add "bounded" quantifiers 2014-12-13 15:42:38 -08:00
bug5.lean refactor(library): add 'eq' and 'ne' namespaces 2014-09-04 18:41:06 -07:00
bug6.lean chore(*): minimize the use of parameters 2014-10-09 07:13:06 -07:00
calc.lean feat(frontends/lean): validate infixl/infixr/postfix/prefix declarations against reserved notations 2014-10-21 15:39:47 -07:00
calc_bug.lean fix(frontends/lean/calc): add expected type for single-step calc expressions, fixes #357 2014-11-29 15:35:09 -08:00
calc_heq_symm.lean fix(frontends/lean/calc_proof_elaborator): bug when inserting symmetry proofs for heq, fixes #286 2014-11-01 07:30:04 -07:00
cast_sorry_bug.lean feat(frontends/lean): allow 'sorry' implicit argument to access the whole context, and avoid cryptic error message 2014-09-30 18:04:04 -07:00
choice_ctx.lean chore(frontend/lean/pp_options): use consistent name convention for pp option names 2014-09-09 09:27:26 -07:00
class1.lean refactor(library/data/num): break into pieces to reduce dependencies 2014-11-07 08:24:29 -08:00
class2.lean refactor(library/data/num): break into pieces to reduce dependencies 2014-11-07 08:24:29 -08:00
class3.lean chore(*): minimize the use of parameters 2014-10-09 07:13:06 -07:00
class4.lean refactor(library/data/nat): rename theorems 2014-12-23 21:14:35 -05:00
class5.lean fix(tests/lean): adjust tests since module 'logic' depends on nat 2014-11-22 17:34:05 -08:00
class6.lean feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype 2014-09-04 17:26:36 -07:00
class7.lean refactor(frontends/lean/placeholder_elaborator): reduce coupling between placeholder_elaborator and frontends/lean 2014-12-19 15:08:21 -08:00
class8.lean refactor(frontends/lean/placeholder_elaborator): reduce coupling between placeholder_elaborator and frontends/lean 2014-12-19 15:08:21 -08:00
class11.lean feat(frontends/lean): add '[]' notation for marking arguments where class-instance resolution should be applied 2014-10-12 13:06:00 -07:00
class_bug1.lean fix(tests/lean): to reflect changes in the standard library 2014-11-28 23:03:37 -08:00
class_bug2.lean fix(tests/lean): to reflect changes in the standard library 2014-11-28 23:03:37 -08:00
class_coe.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
clear_tac.lean feat(library/tactic): add 'clear' tactic, closes #341 2014-11-26 13:11:36 -08:00
clears_tac.lean feat(library/tactic): add 'clears' and 'reverts' variants 2014-11-26 14:49:48 -08:00
cody1.lean feat(frontends/lean): definitions are opaque by default 2014-09-19 15:54:32 -07:00
cody2.lean feat(frontends/lean): definitions are opaque by default 2014-09-19 15:54:32 -07:00
coe1.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
coe2.lean feat(frontends/lean): validate infixl/infixr/postfix/prefix declarations against reserved notations 2014-10-21 15:39:47 -07:00
coe3.lean feat(frontends/lean): validate infixl/infixr/postfix/prefix declarations against reserved notations 2014-10-21 15:39:47 -07:00
coe4.lean feat(frontends/lean): validate infixl/infixr/postfix/prefix declarations against reserved notations 2014-10-21 15:39:47 -07:00
coe5.lean feat(frontends/lean): validate infixl/infixr/postfix/prefix declarations against reserved notations 2014-10-21 15:39:47 -07:00
coe6.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
coe7.lean fix(tests/lean): adjust tests since module 'logic' depends on nat 2014-11-22 17:34:05 -08:00
coe8.lean fix(tests/lean): adjust tests since module 'logic' depends on nat 2014-11-22 17:34:05 -08:00
coe9.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
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 fix(library/algebra/category): minor fixes to reflect recent changes, and fix tests 2014-10-08 23:44:09 -07:00
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 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
coe14.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
coe15.lean feat(frontends/lean): use coercions to function-class and sort-class in 2014-09-20 09:00:10 -07:00
coefun.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
coercion_bug.lean feat(frontends/lean): rename 'using' command to 'open' 2014-09-03 16:00:38 -07:00
coercion_bug2.lean feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype 2014-09-04 17:26:36 -07:00
coesec.lean chore(*): minimize the use of parameters 2014-10-09 07:13:06 -07:00
comment.lean chore(tests/lean): add untracked tests 2014-09-09 16:21:30 -07:00
confuse_ind.lean feat(library/definitional): define ibelow and below 2014-11-12 16:38:46 -08:00
congr_imp_bug.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
const_choice.lean fix(frontends/lean): process choice-exprs at check_constant_next 2014-11-02 19:42:30 -08:00
consume.lean feat(frontends/lean): add ! operator the "dual" of @, closes #220 2014-10-01 17:13:41 -07:00
ctx.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
decidable.lean refactor(data/num/string): break into pieces to reduce dependencies 2014-11-07 08:53:14 -08:00
dfun_tst.lean refactor(library/data/vector): rename 'vec' to 'vector' 2014-09-19 16:20:50 -07:00
diag.lean test(tests/lean/run): simple diag for square matrices 2014-11-15 18:49:17 -08:00
div2.lean refactor(library/init/nat): rename constants 2015-01-07 18:26:51 -08:00
div_wf.lean refactor(library/init/nat): rename constants 2015-01-07 18:26:51 -08:00
e1.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
e2.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
e3.lean refactor(library/logic/connectives): rename theorems 2014-12-15 15:05:44 -05:00
e4.lean refactor(library/logic/connectives): rename theorems 2014-12-15 15:05:44 -05:00
e5.lean refactor(library/logic/connectives): rename theorems 2014-12-15 15:05:44 -05:00
e6.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
e7.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
e8.lean fix(tests/lean/run): replace "open [notation]" with "open [notations]" 2014-12-17 18:28:38 -08:00
e9.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
e10.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
e11.lean fix(tests/lean/run): replace "open [notation]" with "open [notations]" 2014-12-17 18:28:38 -08:00
e12.lean fix(tests/lean/run): replace "open [notation]" with "open [notations]" 2014-12-17 18:28:38 -08:00
e13.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
e14.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
e15.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
e16.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
e17.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
e18.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
elab_bug1.lean feat(frontends/lean): add '[]' notation for marking arguments where class-instance resolution should be applied 2014-10-12 13:06:00 -07:00
elab_failure.lean fix(library/definitional): marking cases_on and rec_on as reducible 2014-11-12 15:03:30 -08:00
elim.lean refactor(library): rename exists_elim and exists_intro to exists.elim 2014-12-15 19:07:38 -08:00
elim2.lean refactor(library): rename exists_elim and exists_intro to exists.elim 2014-12-15 19:07:38 -08:00
enum.lean feat(frontends/lean/decl_cmds): remove useless name from 'example' commad 2014-11-01 16:12:23 -07:00
eq1.lean test(tests/lean/run): add basic pattern matching compilation test 2015-01-02 22:07:31 -08:00
eq2.lean test(tests/lean/run): add basic pattern matching compilation test 2015-01-02 22:22:20 -08:00
eq3.lean test(tests/lean/run): add basic pattern matching compilation test 2015-01-02 22:22:20 -08:00
eq4.lean feat(library/definitional/equations): brec_on compilation 2015-01-04 17:45:13 -08:00
eq5.lean test(tests/lean/run): define fibonacci using recursive equations 2015-01-04 17:47:18 -08:00
eq6.lean test(tests/lean/run): define list append using recursive equations 2015-01-04 17:58:24 -08:00
eq7.lean test(tests/lean/run): define vector diagonal using recursive equations 2015-01-04 17:58:35 -08:00
eq8.lean test(tests/lean/run): define vector map using recursive equations 2015-01-04 19:56:50 -08:00
eq9.lean fix(library/definitional/equations): missing case 2015-01-04 20:49:53 -08:00
eq10.lean feat(library/definitional/equations): add support for reflexive datatypes in the definitional package 2015-01-05 11:13:35 -08:00
eq11.lean feat(library/definitional/equations): add "complete" transition for overlapping patterns 2015-01-05 11:49:27 -08:00
eq12.lean feat(library/init/logic): add 'arbitrary' 2015-01-05 13:27:09 -08:00
eq13.lean feat(library/init/logic): add 'arbitrary' 2015-01-05 13:27:09 -08:00
eq14.lean test(tests/lean/run): show that nat has decidable equality using recursive equations 2015-01-05 12:41:18 -08:00
eq15.lean feat(library/definitional/equations): allow inductive datatype parameters in recursive equations 2015-01-05 15:56:28 -08:00
eq16.lean feat(library/definitional/equations): allow inductive datatype parameters in recursive equations 2015-01-05 15:56:28 -08:00
eq17.lean fix(library/definitional/equations): bug in "complete" transition 2015-01-05 16:27:29 -08:00
eq18.lean test(tests/lean/run) define vector last and unzip functions using recursive equations 2015-01-05 17:04:55 -08:00
eq19.lean test(tests/lean/run) define vector last and unzip functions using recursive equations 2015-01-05 17:04:55 -08:00
eq20.lean test(tests/lean/run): define list filter function using recursive equations 2015-01-05 17:05:01 -08:00
eq21.lean fix(library/definitional/equations): bug in recursive application elimination 2015-01-05 17:17:14 -08:00
eq22.lean test(tests/lean/run): define list head using recursive equations 2015-01-05 19:50:34 -08:00
eq23.lean test(tests/lean/run): define tree_list length function using recursive equations 2015-01-06 11:57:34 -08:00
eq24.lean feat(library/definitional/equations): mutually recursive functions for mutually recursive datatypes 2015-01-06 14:07:17 -08:00
eqn_tac.lean fix(frontends/lean/elaborator): solve placeholders before invoking equantions compiler 2015-01-10 09:18:27 -08:00
ex.lean chore(tests/lean): add missing tests 2014-09-04 15:04:57 -07:00
example1.lean feat(frontends/lean/decl_cmds): remove useless name from 'example' commad 2014-11-01 16:12:23 -07:00
export.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
fapply.lean refactor(library): rename exists_elim and exists_intro to exists.elim 2014-12-15 19:07:38 -08:00
fib_brec.lean feat(library/definitional): add brec_on construction, closes #272 2014-12-03 10:39:32 -08:00
fib_wrec.lean refactor(library/data/nat): declare lt and le asap using inductive definitions, and make key theorems transparent for definitional package 2014-11-22 00:19:39 -08:00
fibrant_class1.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
fibrant_class2.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
find_cmd.lean feat(frontends/lean/find_cmd): add options for controlling find_decl 2014-11-24 00:16:10 -08:00
forest.lean feat(library/definitional): define ibelow and below 2014-11-12 16:38:46 -08:00
forest2.lean refactor(library/init/datatypes): change implicit arguments of sum.inl and sum.inr 2014-12-19 18:07:13 -08:00
forest_height.lean refactor(library/init/sigma): rename sigma.dpair->sigma.mk, sigma.dpr1->sigma.pr1, sigma.dpr2->sigma.pr2 2014-12-19 18:23:08 -08:00
ftree_brec.lean feat(library/definitional): add brec_on construction, closes #272 2014-12-03 10:39:32 -08:00
full.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
fun.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
gcd.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
generalizes.lean feat(library/tactic/generalize): add 'generalizes' syntax sugar, closes #327 2014-11-23 17:30:22 -08:00
goal.lean feat(frontends/lean): rename 'using' command to 'open' 2014-09-03 16:00:38 -07:00
group.lean feat(frontends/lean): validate infixl/infixr/postfix/prefix declarations against reserved notations 2014-10-21 15:39:47 -07:00
group2.lean feat(frontends/lean): validate infixl/infixr/postfix/prefix declarations against reserved notations 2014-10-21 15:39:47 -07:00
group3.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
group4.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
group5.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
group6.lean fix(frontends/lean): disable class-instance resolution when executing find_decl, fixes #343 2014-11-24 21:33:52 -08:00
hash.lean feat(kernel/expr): add hash_bi function that takes binder information into account 2014-09-29 16:44:55 -07:00
have1.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
have2.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
have3.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
have4.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
have5.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
have6.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
ho.lean fix(library/definitional/cases_on): bug in inductive datatypes with higher-order recursion 2014-11-11 15:14:08 -08:00
id.lean feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype 2014-09-04 17:26:36 -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 feat(frontends/lean/elaborator): more strict test for bad universe solution 2014-10-02 14:29:51 -07:00
imp3.lean feat(kernel/expr): change the rules for inferring implicit arguments, closes #344 2014-11-25 12:54:07 -08:00
imp_curly.lean refactor(library): change mul.left_id to mul_one, and similarly for mul.right_id, add.left_id, add.right_id 2014-12-23 21:14:36 -05:00
impbug1.lean refactor(library/reducible): simplify reducible/irreducible semantics 2015-01-08 18:52:18 -08:00
impbug2.lean refactor(library/reducible): simplify reducible/irreducible semantics 2015-01-08 18:52:18 -08:00
impbug3.lean refactor(library/reducible): simplify reducible/irreducible semantics 2015-01-08 18:52:18 -08:00
impbug4.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
implicit.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
ind0.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
ind1.lean feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype 2014-09-04 17:26:36 -07:00
ind2.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
ind3.lean feat(frontends/lean/inductive_cmd): don't force user to repeat argument declarations in every datatype in a mutually recursive datatype declaration 2014-10-13 20:53:09 -07:00
ind4.lean chore(*): minimize the use of parameters 2014-10-09 07:13:06 -07:00
ind5.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
ind6.lean feat(frontends/lean/inductive_cmd): don't force user to repeat argument declarations in every datatype in a mutually recursive datatype declaration 2014-10-13 20:53:09 -07:00
ind7.lean feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype 2014-09-04 17:26:36 -07:00
ind8.lean feat(frontends/lean/inductive_cmd): infer implicit argument annotation after elaboration, allow user to disable it by using '()' annotation, closes #210 2014-09-29 11:11:17 -07:00
ind_bug.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
ind_ns.lean feat(frontends/lean/inductive_cmd): create a namespace for each declared datatype 2014-11-01 19:15:46 -07:00
indbug2.lean chore(*): minimize the use of parameters 2014-10-09 07:13:06 -07:00
indimp.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
induniv.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
inf_tree.lean test(tests/lean/run): direct subterm for non-reflexive datatype 2014-11-25 16:22:11 -08:00
inf_tree2.lean test(tests/lean/run): use 'cases' tactic 2014-12-03 15:28:22 -08:00
inf_tree3.lean feat(library/tactic/inversion_tactic): basic 'inversion' tactic 2014-11-28 21:56:13 -08:00
inst_bug.lean feat(frontends/lean/placeholder_elaborator): apply substitution before collecting local instances, closes #333 2014-11-23 17:30:46 -08:00
intros.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
inv_bug.lean fix(library/tactic/inversion_tactic): add missing case 2014-12-01 19:11:44 -08:00
inv_bug2.lean fix(tests/lean/run/inv_bug2): adjust test to reflect changes at data.vector 2015-01-08 12:11:52 -08:00
inversion1.lean feat(library/tactic/inversion_tactic): basic 'inversion' tactic 2014-11-28 21:56:13 -08:00
is_nil.lean refactor(library/logic/connectives): rename theorems 2014-12-15 15:05:44 -05:00
is_true.lean feat(library/init/logic): add is_true and is_false 2014-12-11 18:14:03 -08:00
issue332.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
kcomp.lean feat(kernel/inductive): K-like reduction in the kernel 2014-10-10 14:37:45 -07:00
let1.lean chore(*): minimize dependencies on tests 2014-08-24 19:58:48 -07:00
let2.lean feat(frontends/lean): avoid exponential blowup when processing let-expressions with a lot of sharing, cleanup show-expression 2014-08-28 16:27:52 -07:00
lift.lean feat(library/definitional/induction_on): automatically add 'induction_on' 2014-10-25 13:37:04 -07:00
lift2.lean feat(library/unifier): generalize method process_succ_eq_max_core 2014-11-14 14:25:41 -08:00
list_elab1.lean refactor(library/reducible): simplify reducible/irreducible semantics 2015-01-08 18:52:18 -08:00
local_notation.lean feat(frontends/lean): add '[local]' notation, closes #322 2014-11-16 21:15:04 -08:00
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
match1.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
match2.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
match3.lean feat(frontends/lean): add 'match' expressions 2015-01-10 10:11:13 -08:00
matrix.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
matrix2.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
measurable.lean feat(library/init/measurable): add 'measurable' type class 2014-12-03 18:54:24 -08:00
n1.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
n2.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
n3.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
n4.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
n5.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
namespace_local.lean feat(frontends/lean): namespaces also define scope for variables 2014-10-10 16:21:30 -07:00
nat_bug.lean fix(tests/lean): adjust tests since module 'logic' depends on nat 2014-11-22 17:34:05 -08:00
nat_bug2.lean fix(tests/lean): adjust tests since module 'logic' depends on nat 2014-11-22 17:34:05 -08:00
nat_bug3.lean fix(tests/lean): adjust tests since module 'logic' depends on nat 2014-11-22 17:34:05 -08:00
nat_bug4.lean fix(tests/lean): adjust tests since module 'logic' depends on nat 2014-11-22 17:34:05 -08:00
nat_bug5.lean refactor(library): change mul.left_id to mul_one, and similarly for mul.right_id, add.left_id, add.right_id 2014-12-23 21:14:36 -05:00
nat_bug6.lean fix(tests/lean): adjust tests since module 'logic' depends on nat 2014-11-22 17:34:05 -08:00
nat_bug7.lean fix(tests/lean): adjust tests since module 'logic' depends on nat 2014-11-22 17:34:05 -08:00
nat_coe.lean fix(tests/lean): adjust tests since module 'logic' depends on nat 2014-11-22 17:34:05 -08:00
nateq.lean test(tests/lean/run/nateq): add example that triggered previous modification 2014-11-12 15:11:08 -08:00
nested_begin.lean feat(library/defitional): add no_confusion construction for inductive datatypes that are not propositions 2014-11-08 18:56:52 -08:00
nested_rec.lean refactor(library/init/nat): rename constants 2015-01-07 18:26:51 -08:00
no_confusion_bug.lean fix(library/definitional/no_confusion): assertion violation 2014-11-10 10:32:03 -08:00
not_bug1.lean feat(frontends/lean): validate infixl/infixr/postfix/prefix declarations against reserved notations 2014-10-21 15:39:47 -07:00
ns.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
ns1.lean feat(frontends/lean): rename 'using' command to 'open' 2014-09-03 16:00:38 -07:00
ns2.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
num.lean chore(*): minimize dependencies on tests 2014-08-24 19:58:48 -07:00
num_bug2.lean fix(frontends/lean/parser): user provided numeral notation should have precedence over the default based on 'num' 2014-11-29 17:29:03 -08:00
occurs_check_bug1.lean feat(frontends/lean): validate infixl/infixr/postfix/prefix declarations against reserved notations 2014-10-21 15:39:47 -07:00
one.lean chore(*): minimize the use of parameters 2014-10-09 07:13:06 -07:00
one2.lean fix(frontends/lean/inductive_cmd): generate error for inductive datatype declarations that will produce an eliminator that can only eliminate to Prop 2014-11-14 13:57:42 -08:00
opaque_hint_bug.lean chore(*): minimize the use of parameters 2014-10-09 07:13:06 -07:00
over2.lean feat(frontends/lean): rename 'using' command to 'open' 2014-09-03 16:00:38 -07:00
over_subst.lean fix(tests/lean): adjust tests since module 'logic' depends on nat 2014-11-22 17:34:05 -08:00
ppbeta.lean fix(library/data/nat/div,tests/lean/run/ppbeta): make decidable for dvd transparent, name change in ppbeta 2014-12-26 16:44:43 -05:00
pquot.lean refactor(library): rename exists_elim and exists_intro to exists.elim 2014-12-15 19:07:38 -08:00
print.lean fix(tests/lean): to reflect changes in the standard library 2014-11-03 18:46:53 -08:00
private_names.lean refactor(library/init/logic): add inhabited related functions, rename inhabited.default to default 2015-01-07 18:45:58 -08:00
prod_notation.lean fix(library/data/prod): make the notation for tuples and product types consistent 2014-10-13 06:48:37 -07:00
proj.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -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 feat(frontends/lean): rename 'using' command to 'open' 2014-09-03 16:00:38 -07:00
record1.lean feat(frontends/lean/structure_cmd): remove 'cases_on' for structures since it may confuse users, add 'destruct' as alternative name for 'rec_on' 2014-11-03 23:06:33 -08:00
record2.lean feat(frontends/lean/structure_cmd): add aliases for structure decls 2014-11-03 15:50:41 -08:00
record3.lean feat(frontends/lean/structure_cmd): mark coercion to parents as coercions and instances (when both structures as classes) 2014-11-03 17:55:59 -08:00
record4.lean feat(frontends/lean/structure): add option for controlling whether we automatically generate eta and projection-over-intro theorems for structures 2014-12-09 12:40:09 -08:00
record5.lean feat(frontends/lean/structure_cmd): allow fields to be suppresed, but constructor to be provided 2014-11-03 22:55:51 -08:00
record6.lean feat(frontends/lean/structure_cmd): add 'private' modifier for parent structures 2014-11-03 23:16:49 -08:00
record7.lean feat(frontends/lean/builtin_cmds): add 'print prefix' command 2014-11-04 08:40:32 -08:00
record8.lean feat(frontends/lean): add 'record' as an alias for 'structure' command 2014-11-05 12:02:52 -08:00
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 feat(frontends/lean/structure_cmd): allow inheritance from two identical structures, closes #296 2014-11-05 15:01:05 -08:00
rel.lean fix(tests/lean): to reflect changes in the standard library 2014-11-28 23:03:37 -08:00
rename_tac.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
reserve.lean feat(frontends/lean): reserve notation, closes #95 2014-10-21 15:39:47 -07:00
revert_tac.lean feat(library/tactic): add 'revert' tactic, closes #346 2014-11-26 14:23:42 -08:00
reverts_tac.lean feat(library/tactic): add 'clears' and 'reverts' variants 2014-11-26 14:49:48 -08:00
root.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
sec_bug.lean fix(library/scoped_ext): section/context should not affect namespace 2014-09-07 19:59:34 -07:00
sec_var.lean chore(*): minimize the use of parameters 2014-10-09 07:13:06 -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 chore(*): minimize the use of parameters 2014-10-09 07:13:06 -07:00
section1.lean chore(*): minimize the use of parameters 2014-10-09 07:13:06 -07:00
section2.lean chore(*): minimize the use of parameters 2014-10-09 07:13:06 -07:00
section3.lean chore(*): minimize the use of parameters 2014-10-09 07:13:06 -07:00
section4.lean fix(frontends/lean): alias generation for composite names was not working 2014-11-03 15:43:58 -08:00
set.lean feat(frontends/lean): validate infixl/infixr/postfix/prefix declarations against reserved notations 2014-10-21 15:39:47 -07:00
set2.lean refactor(library/logic/connectives): rename theorems 2014-12-15 15:05:44 -05:00
sigma_no_confusion.lean refactor(library/init/sigma): rename sigma.dpair->sigma.mk, sigma.dpr1->sigma.pr1, sigma.dpr2->sigma.pr2 2014-12-19 18:23:08 -08:00
simple.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
sorry.lean feat(frontends/lean): add 'sorry' 2014-07-31 18:35:57 -07:00
string.lean fix(tests/lean): adjust tests to new library structure 2014-08-01 09:37:23 -07:00
struc_names.lean fix(frontends/lean/structure_cmd): simplify structure names 2014-12-13 14:18:02 -08:00
structure_test.lean refactor(library/init/sigma): rename sigma.dpair->sigma.mk, sigma.dpr1->sigma.pr1, sigma.dpr2->sigma.pr2 2014-12-19 18:23:08 -08:00
sub.lean feat(frontends/lean): allow user to associate precedence to binders, closes #323 2014-11-23 17:30:46 -08:00
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
sum_bug.lean refactor(library): rename theorems "iff.flip_sign -> not_iff_not_of_iff" and "decidable_iff_equiv -> decidable_of_decidable_of_iff" 2014-12-15 19:17:51 -08:00
t1.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
t2.lean feat(frontends/lean/parser): add parse_level 2014-06-12 12:34:55 -07:00
t3.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
t4.lean chore(*): minimize the use of parameters 2014-10-09 07:13:06 -07:00
t5.lean chore(*): minimize the use of parameters 2014-10-09 07:13:06 -07:00
t6.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
t7.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
t8.lean feat(frontends/lean): rename 'using' command to 'open' 2014-09-03 16:00:38 -07:00
t9.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
t10.lean feat(frontends/lean/builtin_cmds): add 'print options' command 2014-06-16 17:31:28 -07:00
t11.lean chore(*): minimize the use of parameters 2014-10-09 07:13:06 -07:00
tac1.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
tactic1.lean feat(frontends/lean): automatically open 'tactic' namespace (if it is not already open) in 'by' and 'begin-end' expressions 2014-10-23 10:26:19 -07:00
tactic2.lean feat(frontends/lean): rename 'using' command to 'open' 2014-09-03 16:00:38 -07:00
tactic3.lean feat(frontends/lean): rename 'using' command to 'open' 2014-09-03 16:00:38 -07:00
tactic4.lean refactor(library/tactic/unfold_tactic): use new 'tactic.expr' to implement 'unfold' tactic 2014-10-23 10:26:19 -07:00
tactic5.lean refactor(library/tactic/unfold_tactic): use new 'tactic.expr' to implement 'unfold' tactic 2014-10-23 10:26:19 -07:00
tactic6.lean feat(frontends/lean): rename 'using' command to 'open' 2014-09-03 16:00:38 -07:00
tactic7.lean refactor(library/data/nat): use new operator '!' 2014-10-01 18:39:47 -07:00
tactic8.lean feat(library/tactic): change apply tactic semantics: goals are not reversed; and dependent arguments are not included 2014-10-22 18:11:09 -07:00
tactic9.lean feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype 2014-09-04 17:26:36 -07:00
tactic10.lean feat(library/tactic/apply_tactic): modify heuristic for adding arguments to apply tactic. 2014-10-23 22:36:32 -07:00
tactic11.lean feat(library/tactic/apply_tactic): modify heuristic for adding arguments to apply tactic. 2014-10-23 22:36:32 -07:00
tactic12.lean feat(library/tactic/apply_tactic): modify heuristic for adding arguments to apply tactic. 2014-10-23 22:36:32 -07:00
tactic13.lean feat(library/tactic/apply_tactic): modify heuristic for adding arguments to apply tactic. 2014-10-23 22:36:32 -07:00
tactic14.lean refactor(library): add namespaces 'or', 'and' and 'iff' 2014-09-04 21:25:21 -07:00
tactic15.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
tactic16.lean feat(frontends/lean): automatically open 'tactic' namespace (if it is not already open) in 'by' and 'begin-end' expressions 2014-10-23 10:26:19 -07:00
tactic17.lean refactor(library/tactic): elaborate expressions nested in tactics with respect to current goal, save postponed constraints (e.g., flex-flex constraints) closes #44, fixes #70 2014-10-14 17:18:40 -07:00
tactic18.lean refactor(library/tactic): elaborate expressions nested in tactics with respect to current goal, save postponed constraints (e.g., flex-flex constraints) closes #44, fixes #70 2014-10-14 17:18:40 -07:00
tactic19.lean refactor(library/tactic): elaborate expressions nested in tactics with respect to current goal, save postponed constraints (e.g., flex-flex constraints) closes #44, fixes #70 2014-10-14 17:18:40 -07:00
tactic20.lean refactor(library): add 'eq' and 'ne' namespaces 2014-09-04 18:41:06 -07:00
tactic21.lean refactor(library): rename exists_elim and exists_intro to exists.elim 2014-12-15 19:07:38 -08:00
tactic22.lean feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype 2014-09-04 17:26:36 -07:00
tactic23.lean refactor(library): rename exists_elim and exists_intro to exists.elim 2014-12-15 19:07:38 -08:00
tactic24.lean feat(frontends/lean): remove tactic hints for specific classes 2014-10-07 09:44:01 -07:00
tactic25.lean feat(frontends/lean): remove tactic hints for specific classes 2014-10-07 09:44:01 -07:00
tactic26.lean refactor(library/data/num): break into pieces to reduce dependencies 2014-11-07 08:24:29 -08:00
tactic27.lean feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype 2014-09-04 17:26:36 -07:00
tactic28.lean refactor(library/data/num): break into pieces to reduce dependencies 2014-11-07 08:24:29 -08:00
tactic29.lean fix(frontends/lean): tactic + section variables, fixes #332 2014-11-21 10:07:16 -08:00
tactic30.lean chore(*): minimize the use of parameters 2014-10-09 07:13:06 -07:00
tactic_notation.lean fix(frontends/lean): begin-end automatic tactic notation bug, fixes #262 2014-10-27 17:12:25 -07:00
tele_eq.lean fix(library/tactic/inversion_tactic): uninitialized variable 2014-11-30 22:41:22 -08:00
test_single.sh refactor(library): remove unnecessary 'standard' subdirectory 2014-08-23 18:08:09 -07:00
trans.lean feat(frontends/lean): add 'reducible' modifier for controlling which 2014-09-19 15:54:32 -07:00
tree.lean feat(library/definitional): define ibelow and below 2014-11-12 16:38:46 -08:00
tree2.lean feat(library/definitional): define ibelow and below 2014-11-12 16:38:46 -08:00
tree3.lean feat(library/definitional): define ibelow and below 2014-11-12 16:38:46 -08:00
tree_height.lean refactor(data/nat/decl): use new naming convention at data/nat/decl.lean 2014-11-30 15:07:09 -08:00
tree_subterm_pred.lean test(tests/lean/run): define subterm relation for trees by hand 2014-11-15 13:29:23 -08:00
trick.lean feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype 2014-09-04 17:26:36 -07:00
tt1.lean refactor(library/logic): remove 'core' subdirectory 2014-10-05 10:50:13 -07:00
uni.lean fix(tests/lean): adjust tests since module 'logic' depends on nat 2014-11-22 17:34:05 -08:00
uni2.lean fix(tests/lean): adjust tests since module 'logic' depends on nat 2014-11-22 17:34:05 -08:00
uni_issue1.lean fix(tests/lean): adjust tests since module 'logic' depends on nat 2014-11-22 17:34:05 -08:00
uni_var_bug.lean fix(frontends/lean): universe variable is treated as parameter inside section, fixes #283 2014-10-29 19:47:14 -07:00
unicode.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
univ1.lean feat(frontends/lean): allow parameters only in contexts 2014-10-11 17:13:56 -07:00
univ2.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
univ_bug1.lean feat(frontends/lean): force 'classes' to be declared before instances are declared, closes #228 2014-10-07 18:02:15 -07:00
univ_bug2.lean feat(frontends/lean): add '[]' notation for marking arguments where class-instance resolution should be applied 2014-10-12 13:06:00 -07:00
univ_problem.lean feat(library/definitional): add brec_on construction, closes #272 2014-12-03 10:39:32 -08:00
univs.lean feat(frontends/lean): allow parameters only in contexts 2014-10-11 17:13:56 -07:00
uuu.lean fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -08:00
vars_anywhere.lean feat(frontends/lean): allow variables anywhere 2014-10-10 16:16:19 -07:00
vec_inv.lean fix(library/tactic/inversion_tactic): bug in injectivity transition 2014-11-28 22:07:35 -08:00
vec_inv2.lean feat(library/tactic/inversion_tactic): add 'case ... with ...' variant that allows user to specify names for new hypotheses 2014-11-28 22:25:37 -08:00
vec_inv3.lean fix(library/tools/tactic): 'cases' argument precedence 2014-11-29 21:03:45 -08:00
vector.lean feat(library/definitional): add brec_on construction, closes #272 2014-12-03 10:39:32 -08:00
vector2.lean feat(library/defitional): add no_confusion construction for inductive datatypes that are not propositions 2014-11-08 18:56:52 -08:00
vector3.lean feat(library/defitional): add no_confusion construction for inductive datatypes that are not propositions 2014-11-08 18:56:52 -08:00
vector_subterm_pred.lean refactor(library/init/sigma): rename sigma.dpair->sigma.mk, sigma.dpr1->sigma.pr1, sigma.dpr2->sigma.pr2 2014-12-19 18:23:08 -08:00
whnfinst.lean chore(*): minimize the use of parameters 2014-10-09 07:13:06 -07:00