.. |
alias.input
|
test(tests/lean/interactive): test for issue #193
|
2014-09-15 16:07:23 -07:00 |
alias.input.expected.out
|
fix(tests): to reflect recent changes in the standard library
|
2015-07-06 15:05:01 -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(tests/lean/interactive): modify to reflect recent changes
|
2014-10-29 19:44:53 -07:00 |
auto_comp.input
|
feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations
|
2015-02-25 17:00:10 -08:00 |
auto_comp.input.expected.out
|
feat(frontends/lean): new semantics for "protected" declarations
|
2015-02-11 14:09:25 -08:00 |
class_bug.lean
|
refactor(library/logic/axioms): we have only one extra axiom
|
2015-07-29 13:36:23 -07:00 |
coe.input
|
refactor(library): replace decidable_eq with abbreviation
|
2014-09-09 16:09:05 -07:00 |
coe.input.expected.out
|
fix(tests/lean/interactive/coe): adjust test to reflect changes in the standard library
|
2014-12-05 22:27:03 -08: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 |
commands.input
|
fix(tests/lean/interactive): do not compare output of trace using non-deterministic commands such as "WAIT ms"
|
2015-01-30 09:52:42 -08:00 |
commands.input.expected.out
|
fix(tests/lean/interactive): do not compare output of trace using non-deterministic commands such as "WAIT ms"
|
2015-01-30 09:52:42 -08:00 |
commands.trace
|
fix(tests/lean/interactive): do not compare output of trace using non-deterministic commands such as "WAIT ms"
|
2015-01-30 09:52:42 -08: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
|
feat(frontends/lean): new semantics for "protected" declarations
|
2015-02-11 14:09:25 -08: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
|
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 |
extra_type.input
|
feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations
|
2015-02-25 17:00:10 -08:00 |
extra_type.input.expected.out
|
feat(frontends/lean): new semantics for "protected" declarations
|
2015-02-11 14:09:25 -08: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
|
fix(tests/lean): adjust tests to reflect recent changes in the standard library
|
2015-07-13 21:46:09 -04: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
|
fix(tests/lean/interactive): adjust tests to reflect changes in the standard library
|
2015-03-04 18:30:31 -08:00 |
in2.input.expected.out
|
fix(tests/lean/interactive): adjust tests to reflect changes in the standard library
|
2015-03-04 18:30:31 -08: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 |
info.input
|
fix(frontends/lean/info_manager): std::set insert is a noop if set already contains an equivalent element
|
2014-10-30 10:35:45 -07:00 |
info.input.expected.out
|
feat(frontends/lean): lean --server should display meta-variables using the approach used in check command, closes #280
|
2014-10-30 12:45:41 -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
|
feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations
|
2015-02-25 17:00:10 -08: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 |
notation_info.input
|
fix(frontends/lean): type information for "atomic" notation declaration, fixes #292
|
2014-11-04 18:01:20 -08:00 |
notation_info.input.expected.out
|
fix(frontends/lean): type information for "atomic" notation declaration, fixes #292
|
2014-11-04 18:01:20 -08: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(frontends/lean): try to add definition/theorem as axiom when it fails to be processed
|
2015-03-13 14:47:21 -07:00 |
num2.lean
|
feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations
|
2015-02-25 17:00:10 -08:00 |
obtain_type_info.input
|
fix(frontends/lean/elaborator): save type information for 'obtain' declarations
|
2015-05-29 10:16:12 -07:00 |
obtain_type_info.input.expected.out
|
fix(frontends/lean/elaborator): save type information for 'obtain' declarations
|
2015-05-29 10:16:12 -07:00 |
options_cmd.trace
|
test(tests/lean/interactive): add more tests for lean server
|
2015-01-29 16:30:07 -08: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 |
overload_coercion.input
|
test(tests/lean/interactive): add tests for coercion and overload info
|
2015-01-29 16:39:27 -08:00 |
overload_coercion.input.expected.out
|
test(tests/lean/interactive): add tests for coercion and overload info
|
2015-01-29 16:39:27 -08: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): uniform notation for lists in tactics
|
2015-03-27 17:54:48 -07:00 |
proof_state_info.input.expected.out
|
feat(library/tactic/goal): when listing context/goal variables, collect vars of same type in one line
|
2015-01-13 11:14:44 -08:00 |
proof_state_info2.input
|
feat(frontends/lean): uniform notation for lists in tactics
|
2015-03-27 17:54:48 -07:00 |
proof_state_info2.input.expected.out
|
feat(library/tactic/goal): when listing context/goal variables, collect vars of same type in one line
|
2015-01-13 11:14:44 -08:00 |
proof_state_info3.input
|
feat(frontends/lean): uniform notation for lists in tactics
|
2015-03-27 17:54:48 -07:00 |
proof_state_info3.input.expected.out
|
feat(frontends/lean): uniform notation for lists in tactics
|
2015-03-27 17:54:48 -07:00 |
sec_info_bug.input
|
chore(tests/lean/interactive/sec_info_bug): remove 'context' command from test
|
2015-04-21 19:52:01 -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 |
snapshot_bug.input
|
fix(frontends/lean/parser): must save state of name_generator in parser snapshot
|
2015-05-13 12:28:23 -07:00 |
snapshot_bug.input.expected.out
|
fix(frontends/lean/parser): must save state of name_generator in parser snapshot
|
2015-05-13 12:28:23 -07:00 |
snapshot_bug.lean
|
fix(frontends/lean/parser): must save state of name_generator in parser snapshot
|
2015-05-13 12:28:23 -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(test*.sh): allow spaces in filename
|
2015-03-28 23:29:52 -04: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
|
feat(library/tactic/class_instance_synth): conservative class-instance resolution: expand only definitions marked as reducible
|
2015-02-24 16:12:35 -08:00 |