lean4-htt/library/init/meta
2017-12-11 16:27:04 -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/init/meta/interactive): merge ginduction and induction 2017-12-07 19:10:10 -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 chore(init/meta/attribute): rename user_attribute.set_param to user_attribute.set 2017-09-14 18:48:18 +02:00
backward.lean chore(library/init): definition => def 2016-10-06 16:04:12 -07:00
coinductive_predicates.lean feat(library/init/meta): propagate tags in constructor-like tactics 2017-12-11 16:27:03 -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 fix(library/congr_lemma): always return heq in mk_hcongr_lemma 2017-08-29 16:36:37 +02: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 chore(library/init/meta/interactive): fix docstring 2017-12-11 16:27:04 -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 chore(library): remove id_locked 2017-11-22 16:29:04 -08:00
tactic.lean feat(library/init/meta): propagate tag information 2017-12-10 19:15:41 -08:00
task.lean feat(init): add default value proofs to the monadic hierarchy 2017-03-27 13:42:08 -07:00
transfer.lean refactor(library/init/meta/match_tactic): cleanup match_tactic interface 2017-12-06 12:52:41 -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