.. |
alias.input
|
test(tests/lean/interactive): test for issue #193
|
2014-09-15 16:07:23 -07:00 |
alias.input.expected.out
|
refactor(library/data/bool): use new style
|
2014-10-05 09:50:55 -07:00 |
apply_info.input
|
fix(frontends/lean): missing type info in expressions nested in tactics
|
2014-10-23 18:31:05 -07:00 |
apply_info.input.expected.out
|
fix(frontends/lean): missing type info in expressions nested in tactics
|
2014-10-23 18:31:05 -07:00 |
class_bug.lean
|
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
|
2014-09-04 17:26:36 -07:00 |
coe.input
|
refactor(library): replace decidable_eq with abbreviation
|
2014-09-09 16:09:05 -07:00 |
coe.input.expected.out
|
feat(frontends/lean/pp): take notation declarations into account when pretty printing
|
2014-10-19 08:41:29 -07:00 |
coe.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 |
consume_args.input
|
fix(frontends/lean/elaborator): missing type information when ! operator (aka consume_args) is used
|
2014-10-20 08:31:36 -07:00 |
consume_args.input.expected.out
|
fix(frontends/lean/elaborator): missing type information when ! operator (aka consume_args) is used
|
2014-10-20 08:31:36 -07:00 |
eq2.input
|
fix(frontends/lean/server): must save the starting environment/options when reprocessing file, fixes #209
|
2014-09-26 15:36:47 -07:00 |
eq2.input.expected.out
|
feat(library/definitional/rec_on): automatically generate rec_on function for inductive datatypes
|
2014-10-25 13:08:59 -07:00 |
eq2.lean
|
feat(library/definitional/rec_on): automatically generate rec_on function for inductive datatypes
|
2014-10-25 13:08:59 -07:00 |
extra_type.input
|
fix(frontends/lean): EXTRA_TYPE info
|
2014-10-16 12:25:18 -07:00 |
extra_type.input.expected.out
|
fix(frontends/lean): EXTRA_TYPE info
|
2014-10-16 12:25:18 -07:00 |
findp.input
|
feat(frontends/lean/server): sort exact matches by size in FINDP
|
2014-09-29 16:44:55 -07:00 |
findp.input.expected.out
|
feat(library/definitional/induction_on): automatically add 'induction_on'
|
2014-10-25 13:37:04 -07:00 |
findp.lean
|
refactor(library/logic): remove 'core' subdirectory
|
2014-10-05 10:50:13 -07:00 |
in1.input
|
refactor(frontends/lean/info_manager): to allow cache to be used when producing info data, fixes #37, closes #45
|
2014-08-17 12:16:32 -07:00 |
in1.input.expected.out
|
feat(frontends/lean): display type of binders, closes #238
|
2014-10-08 22:54:10 -07:00 |
in2.input
|
refactor(frontends/lean/info_manager): store environment+options in the info_manager, fixes #96
|
2014-08-26 18:07:09 -07:00 |
in2.input.expected.out
|
feat(frontends/lean): use nice names for meta-variables when executing check c and c is a constant
|
2014-10-24 08:23:26 -07:00 |
in4.input
|
test(tests/lean/interactive): add --server test
|
2014-08-28 07:41:38 -07:00 |
in4.input.expected.out
|
feat(frontends/lean/pp): take notation declarations into account when pretty printing
|
2014-10-19 08:41:29 -07:00 |
in5.input
|
fix(frontends/lean): wrong displayed type in proof with multiple sorry's, fixes #112
|
2014-08-29 14:32:53 -07:00 |
in5.input.expected.out
|
feat(frontends/lean/pp): take notation declarations into account when pretty printing
|
2014-10-19 08:41:29 -07:00 |
missing.input
|
fix(frontends/lean): missing type information for INFO, fixes #218
|
2014-10-01 14:29:07 -07:00 |
missing.input.expected.out
|
feat(frontends/lean): display type of binders, closes #238
|
2014-10-08 22:54:10 -07:00 |
missing.lean
|
fix(frontends/lean): missing type information for INFO, fixes #218
|
2014-10-01 14:29:07 -07:00 |
mod.input
|
feat(frontends/lean): check modification time of imported files
|
2014-09-29 15:17:27 -07:00 |
mod.input.expected.out
|
feat(frontends/lean): check modification time of imported files
|
2014-09-29 15:17:27 -07:00 |
num2.input
|
fix(frontends/lean/info_manager): bug in save_environment_options,
|
2014-09-15 16:05:17 -07:00 |
num2.input.expected.out
|
feat(library/definitional/cases_on): automatically add 'cases_on'
|
2014-10-25 17:22:02 -07:00 |
num2.lean
|
refactor(library/logic): remove 'core' subdirectory
|
2014-10-05 10:50:13 -07:00 |
optstack.input
|
fix(frontends/lean/parser): segmentation fault after REPLACE, fixes #172
|
2014-09-10 08:39:39 -07:00 |
optstack.input.expected.out
|
fix(frontends/lean/parser): segmentation fault after REPLACE, fixes #172
|
2014-09-10 08:39:39 -07:00 |
proof_qed.input
|
fix(frontends/lean/proof_qed_elaborator): information about synthesized variables in a proof-qed block was being lost
|
2014-10-04 09:15:42 -07:00 |
proof_qed.input.expected.out
|
fix(frontends/lean/proof_qed_elaborator): information about synthesized variables in a proof-qed block was being lost
|
2014-10-04 09:15:42 -07:00 |
proof_qed.lean
|
chore(*): minimize the use of parameters
|
2014-10-09 07:13:06 -07:00 |
proof_state_info.input
|
feat(frontends/lean): add 'info' tactic for producing PROOF_STATE info for emacs mode
|
2014-10-23 13:18:30 -07:00 |
proof_state_info.input.expected.out
|
feat(frontends/lean): add 'info' tactic for producing PROOF_STATE info for emacs mode
|
2014-10-23 13:18:30 -07:00 |
proof_state_info2.input
|
feat(frontends/lean): automatically add 'info' tactic in begin-end blocks
|
2014-10-23 13:30:04 -07:00 |
proof_state_info2.input.expected.out
|
feat(frontends/lean): automatically add 'info' tactic in begin-end blocks
|
2014-10-23 13:30:04 -07:00 |
sec_info_bug.input
|
feat(frontends/lean): allow parameters only in contexts
|
2014-10-11 17:13:56 -07:00 |
sec_info_bug.input.expected.out
|
fix(frontends/lean/elaborator): incorrect type information being reports in lean-mode, fixes #241
|
2014-10-10 15:41:55 -07:00 |
simple.lean
|
chore(*): minimize dependencies on tests
|
2014-08-24 19:58:48 -07:00 |
simple3.lean
|
test(tests/lean/interactive): add --server test
|
2014-08-28 07:41:38 -07:00 |
sorry2.lean
|
feat(frontends/lean/inductive_cmd): prefix introduction rules with the name of the inductive datatype
|
2014-09-04 17:26:36 -07:00 |
sync.input
|
feat(frontends/lean/server): add SYNC command, closes #199
|
2014-09-16 18:42:34 -07:00 |
sync.input.expected.out
|
feat(frontends/lean): display type of binders, closes #238
|
2014-10-08 22:54:10 -07:00 |
t4.input
|
fix(frontends/lean/elaborator): do not expose type information produced when synthesizing class instances
|
2014-08-22 17:07:12 -07:00 |
t4.input.expected.out
|
feat(frontends/lean/pp): take notation declarations into account when pretty printing
|
2014-10-19 08:41:29 -07:00 |
test_single.sh
|
fix(tests): make sure tests can be executed on Windows msys2 shell
|
2014-09-20 15:51:24 -07:00 |
var.input
|
feat(frontends/lean): display type of binders, closes #238
|
2014-10-08 22:54:10 -07:00 |
var.input.expected.out
|
feat(frontends/lean): display type of binders, closes #238
|
2014-10-08 22:54:10 -07:00 |
whnfinst.lean
|
chore(*): minimize the use of parameters
|
2014-10-09 07:13:06 -07:00 |