lean2/src/library/tactic
2013-12-24 14:32:50 -05:00
..
apply_tactic.cpp refactor(kernel/type_checker): combine type_checker and type_inferer into a single class, and avoid code duplication 2013-12-22 11:51:38 -08:00
apply_tactic.h feat(library/tactic): add apply_tactic 2013-12-05 03:22:12 -08:00
assignment.h refactor(kernel/metavar_env): use the same approach used in the class environment in the class metavar_env 2013-12-13 18:59:15 -08:00
boolean_tactics.cpp refactor(kernel/environment): add ro_environment 2013-12-12 16:48:34 -08:00
boolean_tactics.h refactor(library/tactic): rename boolean.* to boolean_tactics.* 2013-12-05 05:03:18 -08:00
cex_builder.cpp chore(util/rc): remove unnecessary argument from LEAN_COPY_REF and LEAN_MOVE_REF macros 2013-12-13 15:01:24 -08:00
cex_builder.h feat(library/tactic): add focus tactical 2013-11-30 11:28:38 -08:00
CMakeLists.txt refactor(library/tactic): rename boolean.* to boolean_tactics.* 2013-12-05 05:03:18 -08:00
goal.cpp feat(library/tactic): add support for Pi's at to_proof_state 2013-12-22 16:40:55 -08:00
goal.h feat(library/tactic): add support for Pi's at to_proof_state 2013-12-22 16:40:55 -08:00
proof_builder.cpp refactor(util/splay_tree): replace find with splay_find 2013-12-12 17:27:30 -08:00
proof_builder.h chore(util/rc): remove unnecessary argument from LEAN_COPY_REF and LEAN_MOVE_REF macros 2013-12-13 15:01:24 -08:00
proof_state.cpp feat(library/tactic): add support for Pi's at to_proof_state 2013-12-22 16:40:55 -08:00
proof_state.h feat(library/tactic): add support for Pi's at to_proof_state 2013-12-22 16:40:55 -08:00
register_module.h refactor(library/tactic): rename boolean.* to boolean_tactics.* 2013-12-05 05:03:18 -08:00
tactic.cpp feat(*): use std::make_shared to create shared_ptr 2013-12-24 14:32:50 -05:00
tactic.h feat(library/tactic): add normalize_tac, eval_tac and trivial_tac 2013-12-22 14:10:42 -08:00