lean4-htt/library/init/meta
2016-06-29 07:25:58 +01:00
..
base_tactic.lean feat(library/init/meta/base_tactic): rename repeat ==> foreach, add new repeat 2016-06-29 07:20:05 +01:00
congr_lemma.lean feat(library/init/meta): export reducible and semireducible to tactic namespace 2016-06-28 10:31:01 +01:00
constructor_tactic.lean refactor(library): move 'none', 'some', 'tt', 'ff' to top-level 2016-06-25 12:39:19 -07:00
contradiction_tactic.lean refactor(library): move 'none', 'some', 'tt', 'ff' to top-level 2016-06-25 12:39:19 -07:00
declaration.lean feat(library/init/meta): add helper functions 2016-06-27 17:19:22 +01:00
default.lean feat(library/tactic): add match_pattern tactic 2016-06-27 14:26:31 +01:00
environment.lean refactor(library): move 'none', 'some', 'tt', 'ff' to top-level 2016-06-25 12:39:19 -07:00
exceptional.lean refactor(library): add has_append type class, string concatenation is now an instance of has_append instead of has_add 2016-06-27 08:04:47 +01:00
expr.lean feat(library/init/meta): add helper functions 2016-06-27 17:19:22 +01:00
format.lean refactor(library): format concatentation as instance of has_append instead of has_add 2016-06-27 08:12:26 +01:00
fun_info.lean feat(library/init/meta): export reducible and semireducible to tactic namespace 2016-06-28 10:31:01 +01:00
injection_tactic.lean refactor(library): move 'none', 'some', 'tt', 'ff' to top-level 2016-06-25 12:39:19 -07:00
level.lean refactor(library): move 'none', 'some', 'tt', 'ff' to top-level 2016-06-25 12:39:19 -07:00
match_tactic.lean feat(library/init/meta): export reducible and semireducible to tactic namespace 2016-06-28 10:31:01 +01:00
name.lean refactor(library): add has_append type class, string concatenation is now an instance of has_append instead of has_add 2016-06-27 08:04:47 +01:00
options.lean feat(library/init/meta): add 'inhabited' instances 2016-06-09 13:19:49 -07:00
qexpr.lean feat(library,frontends/lean): support for quoted expressions in the VM, compiler and frontend 2016-06-15 16:06:39 -07:00
rb_map.lean refactor(library): format concatentation as instance of has_append instead of has_add 2016-06-27 08:12:26 +01:00
relation_tactics.lean fix(library/init/meta/relation_tactics): typo 2016-06-29 07:25:58 +01:00
tactic.lean feat(library/init/meta/tactic): add 'focus', 'first', 'solve' and LCF-style AND_THEN tactical 2016-06-29 01:07:41 +01:00