lean2/src/tests/library
Leonardo de Moura 13531b7d3e refactor(kernel): rename trace to justification
Motivations:

- We have been writing several comments of the form "... trace/justification..." and "this trace object justify ...".
- Avoid confusion with util/trace.h

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-10-23 13:42:17 -07:00
..
elaborator refactor(kernel): rename trace to justification 2013-10-23 13:42:17 -07:00
rewriter feat(normalizer): remove normalization rule t == t ==> true 2013-10-22 14:02:48 -07:00
arith.cpp test(library): add tests for improving coverage 2013-09-26 19:43:10 -07:00
CMakeLists.txt refactor(ho_unifier): remove ho_unifier, it has been subsumed by the elaborator class 2013-10-22 17:51:54 -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
reduce.cpp test(library): add tests for improving coverage 2013-09-26 19:43:10 -07:00
replace_using_ctx.cpp fix(replace_using_ctx): fix inconsistent cache bug in replace_using_ctx, and add tests that expose the problem 2013-10-01 18:52:18 -07:00
type_inferer.cpp feat(library/type_inferer): add support for metavariables at type_inferer 2013-10-22 08:15:37 -07:00