lean4-htt/library/init/meta
Leonardo de Moura 54f7bf9391 fix(frontends/lean, library/tactic): remove redundant error messages, and fix position of error messages
Summary:

We minimize the number of "'sorry' used warning messages".  We also
re-target the error to the main declaration. Example: foo._main ==> foo
We do not report for auxiliary declarations such as "_example" and
"foo.equations._eqn_1"

Get rid of the redundant error message "error : failed" for tactics.
We added "silent failures" in the tactic framework.

We do not store line/col information for tactics nested in notation
declarations.  Before this commit, we would have tactics such
as (tactic.save_info line col) nested inside of notation declarations.
2017-02-07 20:25:28 -08:00
..
smt fix(frontends/lean, library/tactic): remove redundant error messages, and fix position of error messages 2017-02-07 20:25:28 -08:00
ac_tactics.lean feat(frontends/lean): 'mutual' and 'meta' are now keywords 2016-09-24 10:44:40 -07:00
async_tactic.lean fix(frontends/lean, library/tactic): remove redundant error messages, and fix position of error messages 2017-02-07 20:25:28 -08:00
attribute.lean chore(*): don't use upper case letter for type variables, and camelCase for declarations 2016-11-17 14:54:08 -08:00
backward.lean chore(library/init): definition => def 2016-10-06 16:04:12 -07:00
comp_value_tactics.lean feat(library): add mk_int_val_ne_proof 2016-12-24 15:22:31 -08:00
congr_lemma.lean refactor(library/init/meta/congr_lemma): cleanup congr_lemma API 2017-01-31 16:46:13 -08:00
constructor_tactic.lean chore(library/init/meta): remove unnecessarily '| failed' annotations 2017-02-05 20:12:42 -08:00
contradiction_tactic.lean fix(library/init/meta/contradiction_tactic): make sure contradiction uses whnf for constructor-eq-constructor case 2017-01-20 18:42:27 -08:00
converter.lean chore(library/init/meta): remove unnecessarily '| failed' annotations 2017-02-05 20:12:42 -08:00
decl_cmds.lean fix(init/meta/decl_cmds): avoid blocking 2017-01-28 08:27:23 +01:00
declaration.lean fix(init/meta/decl_cmds): avoid blocking 2017-01-28 08:27:23 +01:00
default.lean feat(init/meta/async_tactic): add tactic to prove subgoals in a different task 2017-01-28 08:27:23 +01:00
environment.lean feat(init/meta/task): allow task creation from VM 2017-01-28 08:27:23 +01:00
exceptional.lean feat(library): add pre_monad 2016-12-08 12:48:55 -08:00
expr.lean feat(library/sorry): make sorry a macro 2017-02-05 14:01:03 +01:00
format.lean feat(frontends/lean): (Type u) can't be a proposition 2017-01-30 11:54:00 -08:00
fun_info.lean refactor(library/init/meta/fun_info): cleanup fun_info API 2017-01-31 18:01:54 -08:00
injection_tactic.lean feat(frontends/lean/elaborator): relax condition on match-convoy 2017-02-07 16:11:43 -08:00
interactive.lean feat(library/init/meta): add any_goals tactic 2017-02-06 16:23:29 -08:00
level.lean chore(*): don't use upper case letter for type variables, and camelCase for declarations 2016-11-17 14:54:08 -08:00
match_tactic.lean chore(library/init): definition => def 2016-10-06 16:04:12 -07:00
mk_dec_eq_instance.lean chore(library/init/meta): remove unnecessarily '| failed' annotations 2017-02-05 20:12:42 -08:00
mk_has_sizeof_instance.lean chore(library/init/meta): remove unnecessarily '| failed' annotations 2017-02-05 20:12:42 -08:00
mk_inhabited_instance.lean chore(library/init/meta): remove unnecessarily '| failed' annotations 2017-02-05 20:12:42 -08:00
name.lean feat(library/init/meta): add 'delta' tactic for applying delta reduction 2017-01-26 19:04:07 -08:00
occurrences.lean refactor(library/init): create init.data folder 2016-12-02 14:23:06 -08:00
options.lean feat(frontends/lean): (Type u) can't be a proposition 2017-01-30 11:54:00 -08:00
pexpr.lean feat(library/init/meta/pexpr): expose low level function mk_placeholder 2017-01-25 15:32:50 -08:00
rb_map.lean feat(frontends/lean): (Type u) can't be a proposition 2017-01-30 11:54:00 -08:00
rec_util.lean feat(frontends/lean): (Type u) can't be a proposition 2017-01-30 11:54:00 -08:00
relation_tactics.lean chore(library/init/meta): remove unnecessarily '| failed' annotations 2017-02-05 20:12:42 -08:00
rewrite_tactic.lean feat(library/tactic): add "approximate" parameter to apply_core and rewrite_core 2016-12-10 10:24:05 -08:00
set_get_option_tactics.lean chore(library/init): definition => def 2016-10-06 16:04:12 -07:00
simp_tactic.lean feat(library/init/meta/simp_tactic): add top_down simplifier combinator 2017-02-06 20:06:13 -08:00
tactic.lean fix(frontends/lean, library/tactic): remove redundant error messages, and fix position of error messages 2017-02-07 20:25:28 -08:00
task.lean feat(frontends/lean): (Type u) can't be a proposition 2017-01-30 11:54:00 -08:00
vm.lean feat(frontends/lean): (Type u) can't be a proposition 2017-01-30 11:54:00 -08:00