lean4-htt/tests/lean/interactive
Leonardo de Moura 76799db032 feat(library/init/meta/interactive): simph ==> simp [*]
This modification was suggested by @kha.

TODO:
- Use `simp [-f]` instead of `simp without f`
- Allow users to remove hypothesis from `*`. Example: `simp [*, -h]`
  for simplify using all hypotheses but `h`.
2017-07-03 15:14:47 -07:00
..
1313.lean test(tests/lean/interactive): add regression test for #1313 2017-01-20 21:48:19 -08:00
1313.lean.expected.out chore(tests): changed sorry warnings 2017-03-23 08:57:56 +01:00
complete.lean feat(frontends/lean/{builtin_cmds,interactive}): complete namespace/section after end 2017-04-23 11:26:31 -07:00
complete.lean.expected.out chore(tests/lean/interactive): fix tests 2017-06-15 10:56:09 -07:00
complete_field.lean feat(frontends/lean,shell): autocompletion for ^. 2017-01-17 19:27:59 -08:00
complete_field.lean.expected.out chore(tests/lean/interactive/complete_field): fix test 2017-05-27 10:18:44 -07:00
complete_import.lean feat(frontends/lean): rework and simplify completion parsing, enabling completion of empty prefixes 2017-01-10 12:25:33 +01:00
complete_import.lean.expected.out fix(frontends/lean/parser): show exception message in import errors 2017-04-27 16:04:18 -07:00
complete_namespace.lean fix(frontends/lean/builtin_cmds): do not complete after namespace 2017-01-10 14:42:48 -08:00
complete_namespace.lean.expected.out fix(frontends/lean/builtin_cmds): do not complete after namespace 2017-01-10 14:42:48 -08:00
complete_scanner_error.lean fix(frontends/lean/parser): catch exceptions thrown by sync_command 2017-01-10 14:42:48 -08:00
complete_scanner_error.lean.expected.out chore(tests): changed sorry warnings 2017-03-23 08:57:56 +01:00
complete_tactic.lean feat(frontends/lean): rework and simplify completion parsing, enabling completion of empty prefixes 2017-01-10 12:25:33 +01:00
complete_tactic.lean.expected.out feat(library/compiler/eta_expansion): also eta-expand expressions containing sorry 2017-05-23 11:14:31 -07:00
complete_trailing_period.lean chore(tests/lean/interactive): simplify input format and test full completion output 2017-01-10 12:25:33 +01:00
complete_trailing_period.lean.expected.out chore(tests/lean): fix tests 2017-03-15 19:40:52 -07:00
correct_snapshot_invalidation.input fix(frontends/lean/scanner): correctly handle positions in empty files 2017-03-31 09:40:15 -07:00
correct_snapshot_invalidation.input.expected.out chore(tests): update tests with changes to error recovery 2017-05-23 11:14:30 -07:00
do_info.lean fix(frontends/lean): auxiliary bind-application in do-notation was not allowing us to obtain type information for the monadic actions. 2017-01-12 18:38:31 -08:00
do_info.lean.expected.out chore(*): fix tests 2017-03-23 09:03:43 +01:00
field_info.lean fix(frontends/lean/interactive): fix info on new field notation 2017-03-31 09:40:49 -07:00
field_info.lean.expected.out chore(tests): fix tests 2017-06-18 18:33:38 -07:00
focus.lean fix(frontends/lean/{interactive,tactic_notation}): fix tests 2017-03-17 18:20:44 -07:00
focus.lean.expected.out feat(frontends/lean/tactic_notation): add support for tac ; [tac_1, ..., tac_n] notation in interactive tactic mode 2017-06-02 11:38:04 -07:00
goal_info.lean fix(frontends/lean/{interactive,tactic_notation}): fix tests 2017-03-17 18:20:44 -07:00
goal_info.lean.expected.out fix(frontends/lean/tactic_notation): add skip tactic to save intermediate result 2017-01-20 20:58:05 -08:00
goal_info_rw.lean feat(init/meta/interactive): rw goal info on ] 2017-03-22 07:54:12 -07:00
goal_info_rw.lean.expected.out feat(library/init/meta/rewrite_tactic): improve rewrite tactic 2017-06-30 12:03:27 -07:00
hole1.lean feat(shell/server,frontends/lean): add "hole_commands" server command 2017-06-14 22:16:34 -07:00
hole1.lean.expected.out fix(frontends/lean/interactive): revert hole end column 2017-06-15 17:01:10 +02:00
hole2.lean feat(shell/server,frontends/lean): add "hole_commands" server command 2017-06-14 22:16:34 -07:00
hole2.lean.expected.out fix(frontends/lean/interactive): revert hole end column 2017-06-15 17:01:10 +02:00
hole3.lean feat(frontends/lean/info_manager): multi-line holes 2017-06-15 07:23:06 -07:00
hole3.lean.expected.out feat(frontends/lean/info_manager): multi-line holes 2017-06-15 07:23:06 -07:00
hole4.lean feat(frontends/lean): add option for pretty printing metavars, sorry and delayed abstractions as holes 2017-06-15 10:24:26 -07:00
hole4.lean.expected.out chore(tests/lean/interactive): fix tests 2017-06-15 10:56:09 -07:00
info.lean chore(frontends/lean): rename transient commands 2017-03-09 18:41:19 -08:00
info.lean.expected.out chore(tests/lean/interactive): fix tests 2017-06-15 10:56:09 -07:00
info1.lean chore(tests/lean/interactive): simplify input format and test full completion output 2017-01-10 12:25:33 +01:00
info1.lean.expected.out chore(test/lean/interactive): do not test for exact source information 2017-02-17 13:45:56 +01:00
info_goal.lean fix(frontends/lean/tactic_notation): report state after tactic execution on , 2017-01-17 16:38:00 -08:00
info_goal.lean.expected.out fix(frontends/lean/{interactive,tactic_notation}): fix tests 2017-03-17 18:20:44 -07:00
info_id_pre_elab.lean feat(frontends/lean/parser): save id info for non-overloaded constants 2017-03-22 07:35:14 -07:00
info_id_pre_elab.lean.expected.out chore(tests/lean/interactive): fix tests 2017-06-15 10:56:09 -07:00
info_tactic.lean fix(frontends/lean/interactive): fall back to elaborator info when not an interactive tactic 2017-04-23 11:26:31 -07:00
info_tactic.lean.expected.out feat(library/init/meta/interactive): simph ==> simp [*] 2017-07-03 15:14:47 -07:00
mk_input.sh fix(tests/lean/interactive/mk_input): strip \r from input files (win) 2017-06-21 08:53:11 +02:00
my_tac_class.lean fix(tests/*): fix tests 2017-06-22 08:24:19 -07:00
my_tac_class.lean.expected.out refactor(init/meta/interaction_monad): replace rstep by istep 2017-03-23 09:03:41 +01:00
nested_traces.lean fix(frontends/lean/tactic_notation): trace messages in nested blocks were not being displayed in the correct place 2017-02-05 18:20:10 -08:00
nested_traces.lean.expected.out chore(tests): changed sorry warnings 2017-03-23 08:57:56 +01:00
rb_map_ts.lean fix(tests/*): fix tests 2017-06-22 08:24:19 -07:00
rb_map_ts.lean.expected.out chore(tests/lean/interactive): fix tests 2017-06-15 10:56:09 -07:00
run_single.sh fix(util/stackinfo): avoid and guard against negative overflow in g_stack_threshold computation 2017-06-07 13:22:11 +02:00
sync.input chore(tests/lean/interactive): simplify input format and test full completion output 2017-01-10 12:25:33 +01:00
sync.input.expected.out chore(tests/lean/interactive): simplify input format and test full completion output 2017-01-10 12:25:33 +01:00
test_single.sh feat(interactive/test_single): colorized diff 2017-02-06 15:08:45 +01:00
trace.lean fix(library/init/meta): bug introduced 9bee8ce36d 2017-02-03 17:01:46 -08:00
trace.lean.expected.out chore(tests): changed sorry warnings 2017-03-23 08:57:56 +01:00