lean2/src/library
Leonardo de Moura c53d559f7f perf(library/elaborator): improve process_metavar
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-10-25 11:19:17 -07:00
..
all Rename import_all. The idea is to use consistent name for library files. 2013-09-13 09:06:46 -07:00
arith Implement total order on expressions 2013-09-24 12:16:32 -07:00
cast Use consistent coding style for spaces after ',' 2013-09-13 12:49:03 -07:00
elaborator perf(library/elaborator): improve process_metavar 2013-10-25 11:19:17 -07:00
rewriter refactor(library): rename light_checker to type_inferer 2013-10-22 08:15:36 -07:00
basic_thms.cpp feat(normalizer): remove normalization rule t == t ==> true 2013-10-22 14:02:48 -07:00
basic_thms.h Use consistent coding style for spaces after ',' 2013-09-13 12:49:03 -07:00
CMakeLists.txt refactor(beta_reduction): move beta reduction functions to the kernel, delete reduce.cpp file and tests 2013-10-23 15:44:26 -07:00
context_to_lambda.cpp Add support for creating unique internal names. 2013-09-24 11:01:30 -07:00
context_to_lambda.h Use fullpath in #include directives. 2013-09-12 20:04:10 -07:00
deep_copy.cpp refactor(metavar): reorganize and simplify metavariables 2013-10-22 08:15:36 -07:00
deep_copy.h Use fullpath in #include directives. 2013-09-12 20:04:10 -07:00
expr_lt.cpp refactor(metavar): reorganize and simplify metavariables 2013-10-22 08:15:36 -07:00
expr_lt.h feat(expr_lt): improve expr_lt performance by using hash codes, and add more tests 2013-09-25 21:59:58 -07:00
expr_pair.h Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00
max_sharing.cpp refactor(metavar): reorganize and simplify metavariables 2013-10-22 08:15:36 -07:00
max_sharing.h Use consistent naming conventions 2013-09-17 14:43:07 -07:00
placeholder.cpp feat(replace_visitor): add an abstract class for applying transformations on expressions 2013-10-23 15:01:37 -07:00
placeholder.h refactor(metavar): implement metavar_env, and use unification_constraint and trace objects in the type_checker, light_checker 2013-10-22 08:15:36 -07:00
state.cpp refactor(kernel_exception): delete kernel_exception_formatter, and implement kernel_exception pretty printer as a virtual method 2013-10-22 08:15:36 -07:00
state.h refactor(kernel_exception): delete kernel_exception_formatter, and implement kernel_exception pretty printer as a virtual method 2013-10-22 08:15:36 -07:00
type_inferer.cpp feat(kernel): add unexpected_metavar_occurrence exception 2013-10-24 19:56:44 -07:00
type_inferer.h refactor(library): rename light_checker to type_inferer 2013-10-22 08:15:36 -07:00
update_expr.cpp Improve higher order unification 2013-09-21 00:41:49 -07:00
update_expr.h Improve higher order unification 2013-09-21 00:41:49 -07:00