lean4-htt/library/init/meta
Leonardo de Moura 9331945e8b fix(library/init/meta/interactive): alternative fix for issue at #1913
We also document the problem to make sure we don't spend time again
trying to understand the workaround. This is an instance of a bigger
problem that should be addressed later.
2018-01-28 09:07:11 -08:00
..
converter refactor(library/init/meta/match_tactic): cleanup match_tactic interface 2017-12-06 12:52:41 -08:00
lean chore(library): use new structure update notation in the core lib 2017-11-17 16:57:54 -08:00
smt feat(library/tactic/simplify): add simp! 2018-01-16 17:29:24 -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 chore(init/category/combinators): remove monad.for 2017-07-26 11:52:11 +01:00
attribute.lean feat(library/tactic/simp_tactic): improve mk_simp_attr 2018-01-16 16:47:30 -08:00
backward.lean chore(library/init): definition => def 2016-10-06 16:04:12 -07:00
coinductive_predicates.lean chore(library/init/meta/coinductive_predicates): remove old comment 2018-01-12 10:56:39 -08:00
comp_value_tactics.lean feat(frontends/lean): add support for t.<id> and t.<idx> when t is a composite term 2017-03-28 17:47:49 -07:00
congr_lemma.lean refactor(library/init/meta/congr_lemma): cleanup congr_lemma API 2017-01-31 16:46:13 -08:00
congr_tactic.lean feat(library/constructions/injective): automatically generate auxiliary lemma *.inj_eq for constructors 2018-01-12 16:41:12 -08:00
constructor_tactic.lean feat(library/init/meta): propagate tags in constructor-like tactics 2017-12-11 16:27:03 -08:00
contradiction_tactic.lean feat(library/init/meta): basic support for ignoring auto and opt params 2017-11-21 11:52:40 -08:00
decl_cmds.lean feat(library/init/meta): move rb_tree and rb_map to native namespace 2017-11-07 13:41:45 -08:00
declaration.lean feat(init/meta/mk_has_reflect_instance): add derive_handler for has_reflect 2017-09-11 16:56:03 -07:00
default.lean feat(init/meta/mk_has_reflect_instance): add derive_handler for has_reflect 2017-09-11 16:56:03 -07:00
derive.lean chore(init/meta/derive): remove inhabited derive handler for now 2017-09-14 18:48:18 +02:00
environment.lean feat(library/init/meta/environment): expose function to unfold all macros 2017-07-18 19:49:53 +01:00
exceptional.lean refactor(library): add has_to_string back (but it produces unquoted values) 2017-06-18 18:30:10 -07:00
expr.lean feat(library/init/meta): basic support for ignoring auto and opt params 2017-11-21 11:52:40 -08:00
format.lean feat(library/init/data/string): string as a list of unicode scalar values, and iterator abstraction 2017-10-23 10:55:26 -07:00
fun_info.lean feat(library/init/data/string): string as a list of unicode scalar values, and iterator abstraction 2017-10-23 10:55:26 -07:00
has_reflect.lean feat(init/meta/mk_has_reflect_instance): add derive_handler for has_reflect 2017-09-11 16:56:03 -07:00
hole_command.lean chore(library): remove workarounds for issue #1682 2017-06-19 16:09:12 -07:00
injection_tactic.lean fix(library/init/meta/injection_tactic): add support for ginductive datatypes 2017-12-06 09:39:20 -08:00
interaction_monad.lean chore(library): use new structure update notation in the core lib 2017-11-17 16:57:54 -08:00
interactive.lean fix(library/init/meta/interactive): alternative fix for issue at #1913 2018-01-28 09:07:11 -08:00
interactive_base.lean feat(init/meta/mk_has_reflect_instance): add derive_handler for has_reflect 2017-09-11 16:56:03 -07:00
level.lean refactor(library/init): remove has_cmp and is_ordering type classes 2017-11-14 08:33:24 -08:00
match_tactic.lean refactor(library/init/meta/match_tactic): cleanup match_tactic interface 2017-12-06 12:52:41 -08:00
mk_dec_eq_instance.lean refactor(library/init): remove has_cmp and is_ordering type classes 2017-11-14 08:33:24 -08:00
mk_has_reflect_instance.lean chore(init/meta/mk_has_reflect_instance): disallow indexed families for now 2017-09-14 18:48:18 +02:00
mk_has_sizeof_instance.lean fix(library/init/meta/mk_has_sizeof_instance): indexed families 2017-09-12 15:17:34 -07:00
mk_inhabited_instance.lean feat(init/meta/derive): implement [derive] attribute 2017-09-05 23:14:34 +02:00
name.lean fix(library/init): add simp lemmas for auto_param and opt_param 2017-12-09 09:59:00 -08:00
occurrences.lean refactor(library): has_to_string ==> has_repr 2017-06-18 18:29:19 -07:00
options.lean feat(frontends/lean): no global universes in the frontend 2017-02-08 17:23:04 -08:00
pexpr.lean feat(frontends/lean): change structure update notation 2017-11-17 16:40:47 -08:00
rb_map.lean refactor(library/init): remove has_cmp and is_ordering type classes 2017-11-14 08:33:24 -08:00
rec_util.lean chore(library): convert comments to docstrings 2017-06-12 15:17:00 +02:00
ref.lean chore(library): convert comments to docstrings 2017-06-12 15:17:00 +02:00
relation_tactics.lean refactor(library): rename repeat ==> iterate 2017-12-04 12:34:59 -08:00
rewrite_tactic.lean feat(init/meta/interactive): rw at *, rw at h1 h2 |- support 2017-07-28 16:47:02 +01:00
set_get_option_tactics.lean chore(library/init): definition => def 2016-10-06 16:04:12 -07:00
simp_tactic.lean feat(library/tactic/simplify): add simp! 2018-01-16 17:29:24 -08:00
tactic.lean feat(library/init/meta/tactic): expose approx at unify and is_def_eq tactics 2018-01-25 22:27:18 -08:00
task.lean feat(init): add default value proofs to the monadic hierarchy 2017-03-27 13:42:08 -07:00
transfer.lean feat(library/type_context, library): inout ==> out modifier in type class declarations 2017-12-15 14:46:47 -08:00
vm.lean feat(init/meta/mk_has_reflect_instance): add derive_handler for has_reflect 2017-09-11 16:56:03 -07:00
well_founded_tactics.lean feat(library/vm/vm_string): add builtin VM implementation for string.has_decidable_eq 2017-10-23 10:55:26 -07:00