lean4-htt/library/init/meta
2017-03-27 13:42:08 -07:00
..
lean feat(init): add default value proofs to the monadic hierarchy 2017-03-27 13:42:08 -07:00
smt feat(init): add default value proofs to the monadic hierarchy 2017-03-27 13:42:08 -07:00
ac_tactics.lean feat(frontends/lean): 'mutual' and 'meta' are now keywords 2016-09-24 10:44:40 -07:00
async_tactic.lean refactor(frontends/lean/tactic_notation): remove irtactic in favor of itactic 2017-03-23 09:07:08 +01:00
attribute.lean refactor(library/tactic/user_attribute): use attribute for registering attributes. naturally. 2017-03-15 14:06:34 -07:00
backward.lean chore(library/init): definition => def 2016-10-06 16:04:12 -07:00
comp_value_tactics.lean feat(init): add default value proofs to the monadic hierarchy 2017-03-27 13:42:08 -07: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): cleanup 2017-02-08 15:33:25 -08:00
contradiction_tactic.lean feat(frontends/lean): expr literals ```(...) 2017-03-05 08:37:16 -08:00
converter.lean refactor(library): revise the monadic hierarchy 2017-03-09 20:30:03 -08:00
decl_cmds.lean chore(library): test new '^.' notation in the standard library, and cleanup definitions using it 2017-03-05 21:21:50 -08:00
declaration.lean chore(library/init/meta): cleanup 2017-02-08 15:33:25 -08:00
default.lean feat(inductive_compiler): generate injectivity lemmas 2017-03-10 22:27:18 -08:00
environment.lean chore(tests/lean): fix tests, and environment.decl_pos 2017-02-21 11:21:02 -08:00
exceptional.lean feat(init): add default value proofs to the monadic hierarchy 2017-03-27 13:42:08 -07:00
expr.lean feat(init): add default value proofs to the monadic hierarchy 2017-03-27 13:42:08 -07:00
format.lean feat(init): add default value proofs to the monadic hierarchy 2017-03-27 13:42:08 -07:00
fun_info.lean feat(library/init/meta/fun_info): add fold_explicit_args 2017-02-17 10:21:06 -08:00
inductive_compiler.lean refactor(inductive_compiler): use subst to prove packs injective instead of constructors 2017-03-10 22:27:29 -08:00
injection_tactic.lean feat(inductive_compiler): generate injectivity lemmas 2017-03-10 22:27:18 -08:00
interaction_monad.lean feat(init): add default value proofs to the monadic hierarchy 2017-03-27 13:42:08 -07:00
interactive.lean refactor(frontends/lean/tactic_notation): remove irtactic in favor of itactic 2017-03-23 09:07:08 +01:00
level.lean feat(frontends/lean/elaborator): coercion from (decidable) Prop to bool 2017-02-14 18:41:32 -08:00
match_tactic.lean feat(library/init/meta/match_tactic): add tactic_format for pattern 2017-03-07 19:30:51 -08:00
mk_dec_eq_instance.lean feat(library/init/meta): add decidable_eq for binder_info 2017-03-07 19:30:51 -08:00
mk_has_sizeof_instance.lean feat(library/init/meta): improve induction tactic interface 2017-02-17 10:58:51 -08:00
mk_inhabited_instance.lean feat(frontends/lean): 'let' in 'do' blocks 2017-02-24 09:10:36 -08:00
name.lean feat(library/init/meta/name): add name.replace_prefix 2017-03-10 22:16:21 -08:00
occurrences.lean feat(frontends/lean/elaborator): coercion from (decidable) Prop to bool 2017-02-14 18:41:32 -08:00
options.lean feat(frontends/lean): no global universes in the frontend 2017-02-08 17:23:04 -08:00
pexpr.lean refactor(init/meta,library/vm): use structure for position information 2017-02-21 11:06:39 -08:00
quote.lean refactor(init/meta/interactive): rw: parse - separately to remove hack 2017-03-22 07:54:12 -07:00
rb_map.lean feat(library/tools): add mini_crush 2017-02-19 16:21:12 -08:00
rec_util.lean feat(init): add default value proofs to the monadic hierarchy 2017-03-27 13:42:08 -07:00
relation_tactics.lean feat(library/init/meta): add subst_vars tactic 2017-03-01 15:11:17 -08:00
rewrite_tactic.lean refactor(library/init/meta): avoid '_core' idiom using default parameters 2017-02-14 09:46:55 -08:00
set_get_option_tactics.lean chore(library/init): definition => def 2016-10-06 16:04:12 -07:00
simp_tactic.lean feat(init): add default value proofs to the monadic hierarchy 2017-03-27 13:42:08 -07:00
tactic.lean feat(init): add default value proofs to the monadic hierarchy 2017-03-27 13:42:08 -07: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/data/dlist): setup transfer for dlist 2017-03-07 19:30:51 -08:00
vm.lean feat(library/tactic/vm_monitor): use attribute for registering VM monitors 2017-03-22 07:34:27 -07:00