lean2/src/tests/library
Leonardo de Moura e0ca27bfb3 fix(tests/library/rewriter): warning
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-10-25 08:33:53 -07:00
..
elaborator feat(metavar): automatically apply beta-reduction when instantiating metavariable applications (i.e., expressions of the form (?m a)), when the metavariable is a lambda 2013-10-23 16:35:50 -07:00
rewriter fix(tests/library/rewriter): warning 2013-10-25 08:33:53 -07:00
arith.cpp test(library): add tests for improving coverage 2013-09-26 19:43:10 -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
deep_copy.cpp 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
expr_lt.cpp 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
formatter.cpp refactor(kernel): move printer and formatter objects to the kernel 2013-10-22 08:15:36 -07:00
max_sharing.cpp 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
type_inferer.cpp feat(library/type_inferer): add support for metavariables at type_inferer 2013-10-22 08:15:37 -07:00