lean2/src/library/tactic
2014-10-29 19:47:47 -07:00
..
apply_tactic.cpp fix(library/tactic): add relax_main_opaque flag to proof_state objects, closes #274 2014-10-29 08:57:34 -07:00
apply_tactic.h fix(library/tactic): add relax_main_opaque flag to proof_state objects, closes #274 2014-10-29 08:57:34 -07:00
CMakeLists.txt feat(library/tactic): add whnf tactic, closes #270 2014-10-28 23:18:49 -07:00
elaborate.cpp fix(library/tactic): add relax_main_opaque flag to proof_state objects, closes #274 2014-10-29 08:57:34 -07:00
elaborate.h feat(library/tactic): add whnf tactic, closes #270 2014-10-28 23:18:49 -07:00
exact_tactic.cpp feat(library/tactic/exact_tactic): modify 'exact' tactic semantics, use higher-order unification 2014-10-26 10:27:33 -07:00
exact_tactic.h refactor(library/tactic): move 'exact' tactic to separate module 2014-10-22 17:29:44 -07:00
expr_to_tactic.cpp chore(library/tactic/expr_to_tactic): fix compilation warning 2014-10-29 19:47:47 -07:00
expr_to_tactic.h feat(library/tactic): add rotate_left/rotate_right tactics, closes #278 2014-10-29 19:13:55 -07:00
generalize_tactic.cpp feat(library/tactic): add generalize tactic, closes #34 2014-10-23 22:40:15 -07:00
generalize_tactic.h feat(library/tactic): add generalize tactic, closes #34 2014-10-23 22:40:15 -07:00
goal.cpp feat(frontends/lean/info_manager): add separator -- when displaying PROOF_STATE info 2014-10-28 16:39:21 -07:00
goal.h feat(frontends/lean/info_manager): add separator -- when displaying PROOF_STATE info 2014-10-28 16:39:21 -07:00
init_module.cpp feat(library/tactic): add whnf tactic, closes #270 2014-10-28 23:18:49 -07:00
init_module.h refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -07:00
intros_tactic.cpp refactor(library/tactic/rename_tactic): use new 'tactic.expr' to implement 'intro/intros' tactic 2014-10-22 17:29:50 -07:00
intros_tactic.h refactor(library/tactic/rename_tactic): use new 'tactic.expr' to implement 'intro/intros' tactic 2014-10-22 17:29:50 -07:00
proof_state.cpp feat(library/tactic/proof_state): add empty line between goals, closes #281 2014-10-29 16:51:06 -07:00
proof_state.h fix(library/tactic): add relax_main_opaque flag to proof_state objects, closes #274 2014-10-29 08:57:34 -07:00
register_module.h refactor(library/tactic): simplify tactic framework, no more proof builders 2014-07-01 16:11:19 -07:00
rename_tactic.cpp refactor(frontends/lean): remove dead code 2014-10-22 17:39:06 -07:00
rename_tactic.h refactor(frontends/lean): remove dead code 2014-10-22 17:39:06 -07:00
tactic.cpp feat(library/tactic): add rotate_left/rotate_right tactics, closes #278 2014-10-29 19:13:55 -07:00
tactic.h feat(library/tactic): add rotate_left/rotate_right tactics, closes #278 2014-10-29 19:13:55 -07:00
trace_tactic.cpp refactor(library/tactic): move 'tracing' tactics to separate module 2014-10-22 14:12:45 -07:00
trace_tactic.h refactor(library/tactic): move 'tracing' tactics to separate module 2014-10-22 14:12:45 -07:00
unfold_tactic.cpp refactor(library/tactic/unfold_tactic): use new 'tactic.expr' to implement 'unfold' tactic 2014-10-23 10:26:19 -07:00
unfold_tactic.h refactor(library/tactic): move 'unfold' tactic to separate module 2014-10-23 10:26:19 -07:00
util.cpp fix(library/tactic): add missing file 2014-10-23 14:04:12 -07:00
util.h fix(library/tactic): add missing file 2014-10-23 14:04:12 -07:00
whnf_tactic.cpp feat(library/tactic): add whnf tactic, closes #270 2014-10-28 23:18:49 -07:00
whnf_tactic.h feat(library/tactic): add whnf tactic, closes #270 2014-10-28 23:18:49 -07:00