lean4-htt/tests/lean/run
Leonardo de Moura 0f44e3c9f4 fix(frontends/lean): calc configuration commands, add check_constant_next auxiliary method
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-07-15 01:19:47 +01:00
..
algebra1.lean feat(frontends/lean): search for identifiers in the stack of namespaces; reject non-atomic names as local names 2014-07-07 19:00:06 -07:00
alias1.lean feat(frontends/lean/elaborator): keep postponing delayed coercions until the type can be inferred 2014-07-07 12:50:43 -07:00
alias2.lean feat(frontends/lean/elaborator): keep postponing delayed coercions until the type can be inferred 2014-07-07 12:50:43 -07:00
alias3.lean fix(library/aliases): aliasing behavior 2014-07-07 15:40:55 -07:00
basic.lean fix(frontends/lean): fix (and simplify) parameter universe inference 2014-07-06 16:56:54 -07:00
calc.lean fix(frontends/lean): calc configuration commands, add check_constant_next auxiliary method 2014-07-15 01:19:47 +01:00
class1.lean feat(frontends/lean/builtin_cmds): allow many namespaces in the same 'using' command 2014-07-07 14:53:06 -07:00
class2.lean feat(frontends/lean/builtin_cmds): allow many namespaces in the same 'using' command 2014-07-07 14:53:06 -07:00
class3.lean feat(frontends/lean/builtin_cmds): allow many namespaces in the same 'using' command 2014-07-07 14:53:06 -07:00
class4.lean feat(frontends/lean): remove [class] annotation and 'class' command, they are redundant, we only need [instance] and 'instance' 2014-07-07 16:09:30 -07:00
class5.lean test(tests/lean/run/class5): improve test 2014-07-13 22:39:16 +01:00
class6.lean feat(library/standard): add namespace 'pair' 2014-07-07 14:48:19 -07:00
class7.lean refactor(frontends/lean/elaborator): modify when tactic_hints are invoked, add the notion of strict placeholder 2014-07-14 02:53:02 +01:00
class8.lean refactor(frontends/lean/elaborator): modify when tactic_hints are invoked, add the notion of strict placeholder 2014-07-14 02:53:02 +01:00
coe1.lean fix(frontends/lean/pp): universe pretty printer 2014-07-09 19:17:28 -07:00
coe2.lean fix(kernel/level): is_geq predicate 2014-07-10 13:18:41 +01:00
coe3.lean feat(kernel/level): improve universe level normalization procedure 2014-07-10 13:49:41 +01:00
coe4.lean feat(kernel/level): improve universe level normalization procedure 2014-07-10 13:49:41 +01:00
coe5.lean test(tests/lean/run): add more universe tests 2014-07-10 14:43:55 +01:00
e1.lean
e2.lean
e3.lean feat(frontends/lean/notation_cmd): make the notation for setting precedence uniform 2014-07-01 16:55:41 -07:00
e4.lean
e5.lean
e6.lean
e7.lean
e8.lean
e9.lean
e10.lean fix(frontends/lean): bugs in notation management 2014-07-07 09:31:42 -07:00
e11.lean
e12.lean
e13.lean
e14.lean
e15.lean
e16.lean feat(kernel): add infer implicit, and use it to infer implicit arguments of inductive datatype eliminators, and tag whether parameters should be implicit or not in introduction rules in the module inductive_cmd 2014-06-28 13:57:36 -07:00
e17.lean
e18.lean
elim.lean chore(frontends/lean): rename 'obtains' to 'obtain' 2014-07-12 06:35:24 +01:00
elim2.lean chore(frontends/lean): rename 'obtains' to 'obtain' 2014-07-12 06:35:24 +01:00
full.lean feat(frontends/lean/pp): add option for displaying fully qualified names 2014-07-10 15:55:19 +01:00
group.lean feat(frontends/lean): remove [class] annotation and 'class' command, they are redundant, we only need [instance] and 'instance' 2014-07-07 16:09:30 -07:00
group2.lean refactor(frontends/lean/elaborator): modify when tactic_hints are invoked, add the notion of strict placeholder 2014-07-14 02:53:02 +01:00
have1.lean
have2.lean
have3.lean
have4.lean
have5.lean feat(library/tactic): rename 'exact' to 'assumption', 'exact' is a different tactic 2014-07-02 18:10:42 -07:00
have6.lean
id.lean test(tests/lean/run): add more universe tests 2014-07-10 14:43:55 +01:00
imp.lean
ind0.lean
ind1.lean
ind2.lean
ind3.lean
ind4.lean
ind5.lean
ind6.lean
ind7.lean
induniv.lean fix(frontends/lean): fix (and simplify) parameter universe inference 2014-07-06 16:56:54 -07:00
is_nil.lean feat(library/unifier): case split on constraints of the form (f ...) =?= (f ...), where f can be unfolded, and there are metavariables in the arguments 2014-07-05 15:52:40 -07:00
let1.lean test(tests/lean/run): add nested let-expr test 2014-07-10 15:56:15 +01:00
local_using.lean
n1.lean
n2.lean
n3.lean fix(frontends/lean/notation_cmd): fix default, add 'prev' action 2014-07-03 16:44:44 -07:00
n4.lean
n5.lean feat(frontends/lean/notation_cmd): reuse existing precedence to increase compatibility with existing notation 2014-07-03 17:23:29 -07:00
num.lean feat(frontends/lean): parse numerals as expressions of type 'num.num' 2014-07-02 08:09:33 -07:00
ptst.lean feat(library/standard): add namespace 'pair' 2014-07-07 14:48:19 -07:00
root.lean feat(frontends/lean): add '_root_' prefix for referencing names in the root namespace 2014-07-07 19:15:46 -07:00
section1.lean fix(frontends/lean): bug in section management 2014-07-14 05:04:01 +01:00
simple.lean
string.lean feat(frontends/lean): parse strings as expressions of type 'string.string' 2014-07-02 10:00:55 -07:00
t1.lean
t2.lean
t4.lean
t5.lean
t6.lean feat(frontends/lean): add let-expr pretty printer, reduce default indentation to 2 2014-07-09 18:47:10 -07:00
t7.lean
t8.lean feat(library/tactic): rename 'exact' to 'assumption', 'exact' is a different tactic 2014-07-02 18:10:42 -07:00
t9.lean
t10.lean
t11.lean
tactic1.lean feat(library/tactic): rename 'exact' to 'assumption', 'exact' is a different tactic 2014-07-02 18:10:42 -07:00
tactic2.lean feat(library/tactic): rename 'exact' to 'assumption', 'exact' is a different tactic 2014-07-02 18:10:42 -07:00
tactic3.lean fix(library/standard): orelse notation, avoid conflict with inductive datatype declaration 2014-07-04 10:10:05 -07:00
tactic4.lean feat(library/tactic): rename 'exact' to 'assumption', 'exact' is a different tactic 2014-07-02 18:10:42 -07:00
tactic5.lean feat(library/tactic): rename 'exact' to 'assumption', 'exact' is a different tactic 2014-07-02 18:10:42 -07:00
tactic6.lean feat(library/tactic): rename 'exact' to 'assumption', 'exact' is a different tactic 2014-07-02 18:10:42 -07:00
tactic7.lean fix(library/standard): orelse notation, avoid conflict with inductive datatype declaration 2014-07-04 10:10:05 -07:00
tactic8.lean feat(library/tactic): new apply tactic 2014-07-02 13:14:50 -07:00
tactic9.lean feat(library/tactic): rename 'exact' to 'assumption', 'exact' is a different tactic 2014-07-02 18:10:42 -07:00
tactic10.lean fix(library/standard): orelse notation, avoid conflict with inductive datatype declaration 2014-07-04 10:10:05 -07:00
tactic11.lean fix(library/standard): orelse notation, avoid conflict with inductive datatype declaration 2014-07-04 10:10:05 -07:00
tactic12.lean feat(library/tactic): add 'exact' tactic 2014-07-02 18:37:32 -07:00
tactic13.lean feat(frontends/lean): add 'proof-qed' notation 2014-07-02 19:30:48 -07:00
tactic14.lean feat(frontends/lean): rename command 'reset_proof_qed' to 'set_proof_qed' 2014-07-07 15:48:16 -07:00
tactic15.lean test(tests/lean/run): add 'apply subst' test 2014-07-03 09:07:56 -07:00
tactic16.lean feat(library/tactic): add apply tactic 2014-07-03 09:20:01 -07:00
tactic17.lean fix(library/unifier): missing case 2014-07-03 10:51:59 -07:00
tactic18.lean fix(library/unifier): missing case 2014-07-03 10:51:59 -07:00
tactic19.lean fix(library/unifier): missing case 2014-07-03 10:51:59 -07:00
tactic20.lean feat(library/tactic): add eassumption tactic, and remove redundant 'subgoals' from apply tactic 2014-07-03 13:04:46 -07:00
tactic21.lean feat(library/tactic): add eassumption tactic, and remove redundant 'subgoals' from apply tactic 2014-07-03 13:04:46 -07:00
tactic22.lean fix(library/standard): orelse notation, avoid conflict with inductive datatype declaration 2014-07-04 10:10:05 -07:00
tactic23.lean feat(library/unifier): case split on constraints of the form (f ...) =?= (f ...), where f can be unfolded, and there are metavariables in the arguments 2014-07-05 15:52:40 -07:00
tactic24.lean feat(frontends/lean): add tactic_hint command 2014-07-08 15:08:13 -07:00
tactic25.lean refactor(frontends/lean/elaborator): modify when tactic_hints are invoked, add the notion of strict placeholder 2014-07-14 02:53:02 +01:00
tactic26.lean feat(frontends/lean): use the same universe in declarations such as (A B : Type) 2014-07-10 13:18:52 +01:00
tactic27.lean feat(library/tactic/apply_tactic): add option for 'refreshing' universe metavariables in the 'apply' tactic 2014-07-08 16:55:23 -07:00
tactic28.lean feat(frontends/lean): use the same universe in declarations such as (A B : Type) 2014-07-10 13:18:52 +01:00
tactic29.lean fix(frontends/lean): more bugs in section management 2014-07-14 06:27:36 +01:00
tactic30.lean fix(frontends/lean): more bugs in section management 2014-07-14 06:27:36 +01:00
test_single.sh
trick.lean feat(library/unifier): case split on constraints of the form (f ...) =?= (f ...), where f can be unfolded, and there are metavariables in the arguments 2014-07-05 15:52:40 -07:00
uni.lean feat(library/unifier): add support for unification constraints of the form "(elim ... (?m ...)) =?= t", where elim is an eliminator 2014-07-03 20:41:51 -07:00
uni2.lean feat(kernel): add method 'may_reduce_later' to normalizer_extension, and improve unifier 2014-07-03 22:31:05 -07:00
uni_issue1.lean fix(frontends/lean): fix (and simplify) parameter universe inference 2014-07-06 16:56:54 -07:00