lean2/src/library/blast
2015-12-08 15:18:21 -08:00
..
actions feat(library/blast/grinder): add grinder actions 2015-12-07 18:43:15 -08:00
backward refactor(library/type_context): with the new tracing infrastructure, type_context doesn't need an io_state 2015-12-08 14:58:08 -08:00
forward feat(library/blast/grinder): add intro/elim lemmas 2015-12-07 18:43:12 -08:00
grinder refactor(library/type_context): with the new tracing infrastructure, type_context doesn't need an io_state 2015-12-08 14:58:08 -08:00
simplifier refactor(library/type_context): with the new tracing infrastructure, type_context doesn't need an io_state 2015-12-08 14:58:08 -08:00
strategies feat(library/blast): add strategies "grind" and "core_grind" 2015-12-07 20:30:59 -08:00
unit refactor(library/type_context): with the new tracing infrastructure, type_context doesn't need an io_state 2015-12-08 14:58:08 -08:00
action_result.h feat(library/blast): add action based on congruence closure module 2015-11-19 12:30:45 -08:00
blast.cpp feat(library/blast/congruence_closure): use new tracing infrastructure 2015-12-08 15:18:21 -08:00
blast.h chore(library/blast): remove "leftover" file used in the old blast architecture 2015-12-04 17:34:56 -08:00
blast_exception.h feat(library/blast): add basic blast_exception 2015-09-29 09:02:58 -07:00
blast_tactic.cpp feat(library/blast): add basic blast_exception 2015-09-29 09:02:58 -07:00
blast_tactic.h feat(library/blast): parse blast tactic and invoke stub 2015-09-25 12:45:16 -07:00
choice_point.cpp refactor(library/blast): add strategy abstract object 2015-11-15 13:12:21 -08:00
choice_point.h fix(library/blast): uninitialized variables 2015-11-18 18:56:19 -08:00
CMakeLists.txt chore(library/blast): remove "leftover" file used in the old blast architecture 2015-12-04 17:34:56 -08:00
congruence_closure.cpp feat(library/blast/congruence_closure): use new tracing infrastructure 2015-12-08 15:18:21 -08:00
congruence_closure.h feat(library/blast/congruence_closure): use new tracing infrastructure 2015-12-08 15:18:21 -08:00
gexpr.cpp refactor(kernel/ext_exception): add ext_exception 2015-12-04 13:22:42 -08:00
gexpr.h refactor(kernel/ext_exception): add ext_exception 2015-12-04 13:22:42 -08:00
hypothesis.cpp chore(library/blast): remove "leftover" file used in the old blast architecture 2015-12-04 17:34:56 -08:00
hypothesis.h fix(library/blast/hypothesis): incorrect method being invoked 2015-12-05 16:53:47 -08:00
imp_extension.cpp chore(library/blast/imp_extension): fix unused argument warning 2015-12-04 08:34:20 -08:00
imp_extension.h chore(library/blast/imp_extension): style 2015-12-04 08:26:03 -08:00
init_module.cpp feat(library/blast/grinder): add intro/elim lemmas 2015-12-07 18:43:12 -08:00
init_module.h feat(library/blast): parse blast tactic and invoke stub 2015-09-25 12:45:16 -07:00
options.cpp feat(library/blast/congruence_closure): use new tracing infrastructure 2015-12-08 15:18:21 -08:00
options.h feat(library/blast/congruence_closure): use new tracing infrastructure 2015-12-08 15:18:21 -08:00
proof_expr.cpp refactor(library/blast): get_hypothesis_decl return a reference 2015-11-18 18:20:02 -08:00
proof_expr.h feat(library/blast): add proof_expr thin layer for creating proof terms at blast 2015-11-10 10:50:58 -08:00
revert.cpp refactor(library/blast): make sure all actions return action_result, add macros for simplifying strategy definition 2015-11-18 12:29:43 -08:00
revert.h refactor(library/blast): make sure all actions return action_result, add macros for simplifying strategy definition 2015-11-18 12:29:43 -08:00
state.cpp feat(library/blast): add strategies "grind" and "core_grind" 2015-12-07 20:30:59 -08:00
state.h feat(library/blast): add strategies "grind" and "core_grind" 2015-12-07 20:30:59 -08:00
strategy.cpp fix(library/blast/strategies/preprocess_strategy): do not show failure state again 2015-12-07 19:31:34 -08:00
strategy.h fix(library/blast/strategies/preprocess_strategy): do not show failure state again 2015-12-07 19:31:34 -08:00
trace.cpp fix(library/blast/trace): avoid unnecessary trace information 2015-12-05 16:52:41 -08:00
trace.h feat(library/blast): add get_config() 2015-11-20 10:39:26 -08:00
util.cpp feat(library/blast/unit/unit_propagate): make sure unif_propagate works even if 'not' is marked as '[reducible]' 2015-12-04 16:49:21 -08:00
util.h feat(library/blast/unit/unit_propagate): make sure unif_propagate works even if 'not' is marked as '[reducible]' 2015-12-04 16:49:21 -08:00