lean2/tests/lean/interactive
2015-02-24 16:12:35 -08:00
..
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(tests/lean/interactive): modify to reflect recent changes 2014-10-29 19:44:53 -07:00
auto_comp.input feat(frontends/lean): new semantics for "protected" declarations 2015-02-11 14:09:25 -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 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 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 feat(frontends/lean): new semantics for "protected" declarations 2015-02-11 14:09:25 -08:00
extra_type.input feat(frontends/lean): new semantics for "protected" declarations 2015-02-11 14:09:25 -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 refactor(library/init): move more theorems to logic 2014-12-12 13:50:53 -08: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 fix(tests/lean): adjust tests to modifications to standard library 2014-11-30 21:16:01 -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 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
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): new semantics for "protected" declarations 2015-02-11 14:09:25 -08:00
num2.lean refactor(library/logic): remove 'core' subdirectory 2014-10-05 10:50:13 -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): 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(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): automatically add 'info' tactic in begin-end blocks 2014-10-23 13:30:04 -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 test(tests/lean/interactive): add test for proof_state info 2015-01-29 16:44:10 -08:00
proof_state_info3.input.expected.out test(tests/lean/interactive): add test for proof_state info 2015-01-29 16:44:10 -08: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 feat(library/tactic/class_instance_synth): conservative class-instance resolution: expand only definitions marked as reducible 2015-02-24 16:12:35 -08:00