..
apply_tactic.cpp
feat(library/tactic/constructor_tactic): use 'fapply' in 'constructor' tactic
2015-06-16 12:03:31 -07:00
apply_tactic.h
feat(library/tactic/constructor_tactic): use 'fapply' in 'constructor' tactic
2015-06-16 12:03:31 -07:00
assert_tactic.cpp
refactor(library/tactic): cleanup common pattern
2015-03-12 14:52:41 -07:00
assert_tactic.h
feat(frontends/lean/builtin_exprs): add 'have' notation in 'begin-end' blocks
2015-02-25 14:04:17 -08:00
change_tactic.cpp
feat(library/tactic/change_tactic): improve 'change' tactic
2015-04-29 13:31:09 -07:00
change_tactic.h
feat(library/tactic): add 'change' tactic
2015-03-01 14:15:39 -08:00
check_expr_tactic.cpp
refactor(*): start process for eliminating of opaque definitions from the kernel
2015-05-08 16:06:04 -07:00
check_expr_tactic.h
feat(library/tactic): add "check_expr" tactic
2015-04-19 19:00:05 -07:00
clear_tactic.cpp
feat(frontends/lean): nicer syntax for 'intros' 'reverts' and 'clears'
2015-04-30 11:00:39 -07:00
clear_tactic.h
feat(library/tactic): add 'clear' tactic, closes #341
2014-11-26 13:11:36 -08:00
CMakeLists.txt
feat(library/tactic/rewrite_tactic): try to fold nested recursive applications after unfolding a recursive function
2015-07-08 21:19:18 -04:00
congruence_tactic.cpp
feat(library/tactic/congruence_tactic): add congruence lemma generator
2015-06-05 22:00:10 -07:00
congruence_tactic.h
feat(library/tactic/congruence_tactic): add congruence lemma generator
2015-06-05 22:00:10 -07:00
constructor_tactic.cpp
feat(library/tactic/constructor_tactic): restore 'constructor' tactic old semantics, add 'fconstructor' tactic
2015-06-17 23:48:54 -07:00
constructor_tactic.h
feat(library/tactic): add 'constructor', 'split', 'left', 'right' and 'existsi' tactics
2015-04-30 17:52:29 -07:00
contradiction_tactic.cpp
feat(library/tactic/contradiction_tactic): handle (h1 : p) and (h2 : not p) hypotheses in the contradiction tactic
2015-05-25 10:29:51 -07:00
contradiction_tactic.h
feat(library/tactic): add 'contradiction' tactic
2015-04-30 13:47:40 -07:00
elaborate.cpp
feat(library/tactic): improve assumption tactic performance
2015-05-25 20:22:37 -07:00
elaborate.h
feat(library/tactic): improve assumption tactic performance
2015-05-25 20:22:37 -07:00
exact_tactic.cpp
feat(library/tactic/exact_tactic): use 'append' instead of 'orelse' at eassumption 'tactic'
2015-06-16 11:58:10 -07:00
exact_tactic.h
feat(library/tactic/exact): enforce goal type during elaboration when executing 'exact' tactic
2015-04-06 13:23:38 -07:00
exfalso_tactic.cpp
refactor(*): start process for eliminating of opaque definitions from the kernel
2015-05-08 16:06:04 -07:00
exfalso_tactic.h
feat(library/tactic): add 'exfalso' tactic
2015-04-30 15:43:07 -07:00
expr_to_tactic.cpp
feat(library,frontends/lean): add support for projections in the elaborator
2015-06-26 17:18:29 -07:00
expr_to_tactic.h
feat(frontends/lean,library/tactic/induction_tactic): improve induction tactic notation, expand induction tactic implementation
2015-05-18 09:25:07 -07:00
generalize_tactic.cpp
fix(library/tactic/generalize_tactic): fixes #711
2015-06-26 19:35:30 -07:00
generalize_tactic.h
feat(library/tactic): automate "generalize-intro-induction/cases" idiom
2015-05-30 21:57:28 -07:00
goal.cpp
refactor(library,library/tactic): move auxiliary procedures from tactic to library
2015-06-01 16:19:55 -07:00
goal.h
refactor(library,library/tactic): move auxiliary procedures from tactic to library
2015-06-01 16:19:55 -07:00
induction_tactic.cpp
fix(library/tactic/induction_tactic.cpp): condition for checking whether 'induction' tatic is applicable or not
2015-06-28 13:07:02 -07:00
induction_tactic.h
feat(library/tactic): add 'induction' tactic skeleton
2015-05-12 20:21:25 -07:00
init_module.cpp
refactor(library,library/tactic): move class_instance_synth to library
2015-06-01 16:30:40 -07:00
init_module.h
refactor(*): start move to explicit initialization/finalization,
2014-09-22 10:41:07 -07:00
injection_tactic.cpp
refactor(*): start process for eliminating of opaque definitions from the kernel
2015-05-08 16:06:04 -07:00
injection_tactic.h
feat(library/tactic): add 'injection' tactic
2015-05-01 12:45:21 -07:00
intros_tactic.cpp
refactor(*): start process for eliminating of opaque definitions from the kernel
2015-05-08 16:06:04 -07:00
intros_tactic.h
feat(library/tactic): add 'contradiction' tactic
2015-04-30 13:47:40 -07:00
inversion_tactic.cpp
refactor(library,library/tactic): move class_instance_synth to library
2015-06-01 16:30:40 -07:00
inversion_tactic.h
fix(library/definitional/equations): do not clear eliminated hypotheses when invoking 'cases' tactic from definitional package
2015-05-10 11:08:02 -07:00
let_tactic.cpp
refactor(*): start process for eliminating of opaque definitions from the kernel
2015-05-08 16:06:04 -07:00
let_tactic.h
feat(library/tactic): add 'let' tactic
2015-04-28 17:24:43 -07:00
location.cpp
feat(library/tactic/rewrite_tactic): fail when nothing is rewritten
2015-06-28 12:05:00 -07:00
location.h
feat(library/tactic/rewrite_tactic): fail when nothing is rewritten
2015-06-28 12:05:00 -07:00
proof_state.cpp
refactor(*): start process for eliminating of opaque definitions from the kernel
2015-05-08 16:06:04 -07:00
proof_state.h
refactor(*): start process for eliminating of opaque definitions from the kernel
2015-05-08 16:06:04 -07:00
register_module.h
fix(library/tactic): remove dead code
2015-06-16 11:57:37 -07:00
relation_tactics.cpp
refactor(library/relation_manager): cleanup and add API for declaring a relation that may not be reflexive, symmetric nor transitive
2015-07-07 15:58:24 -07:00
relation_tactics.h
refactor(library): rename equivalence_manager to relation_manager
2015-05-21 12:25:02 -07:00
rename_tactic.cpp
feat(library/tactic): produce better error message when a tactic fails
2015-02-16 18:42:15 -08:00
rename_tactic.h
refactor(frontends/lean): remove dead code
2014-10-22 17:39:06 -07:00
revert_tactic.cpp
feat(frontends/lean): nicer syntax for 'intros' 'reverts' and 'clears'
2015-04-30 11:00:39 -07:00
revert_tactic.h
feat(library/tactic): add 'revert' tactic, closes #346
2014-11-26 14:23:42 -08:00
rewrite_tactic.cpp
feat(library/tactic): use occurrence object in unfold tactic family
2015-07-11 18:53:45 -04:00
rewrite_tactic.h
feat(library/tactic/rewrite_tactic): try to fold nested recursive applications after unfolding a recursive function
2015-07-08 21:19:18 -04:00
subst_tactic.cpp
fix(library/tactic/subst_tactic): bug in 'subst' tactic
2015-06-12 12:11:44 -07:00
subst_tactic.h
refactor(kernel,library,frontends/lean): add helper functions, and cleanup collect_locals
2015-06-05 17:29:36 -07:00
tactic.cpp
feat(library/tactic/rewrite_tactic): apply beta&eta reduction before rewriting steps, add option 'rewrite.beta_eta' (default true) to control new feature.
2015-06-06 20:43:52 -07:00
tactic.h
feat(library/tactic/rewrite_tactic): apply 'reflexivity' tactic after 'rewrite' instead of hard coded solution
2015-05-05 20:23:49 -07:00
trace_tactic.cpp
refactor(*): add file constants.txt with all constants used by the Lean binary
2015-01-23 16:50:32 -08:00
trace_tactic.h
refactor(library/tactic): move 'tracing' tactics to separate module
2014-10-22 14:12:45 -07:00
unfold_rec.cpp
fix(library/tactic/unfold_rec): support indexed families at unfold_rec
2015-07-12 12:32:58 -04:00
unfold_rec.h
feat(library/tactic): use occurrence object in unfold tactic family
2015-07-11 18:53:45 -04:00
util.cpp
refactor(library,library/tactic): move auxiliary procedures from tactic to library
2015-06-01 16:19:55 -07:00
util.h
refactor(library,library/tactic): move auxiliary procedures from tactic to library
2015-06-01 16:19:55 -07:00
whnf_tactic.cpp
refactor(*): start process for eliminating of opaque definitions from the kernel
2015-05-08 16:06:04 -07:00
whnf_tactic.h
refactor(*): start process for eliminating of opaque definitions from the kernel
2015-05-08 16:06:04 -07:00