lean2/src
Leonardo de Moura 2c6d4d2225 fix(kernel/normalizer): do not apply substitutions in the normalizer
It is incorrect to apply substitutions during normalization.
The problem is that we do not have support for tracking justifications in the normalizer. So, substitutions were being silently applied during normalization. Thus, the correctness of the conflict resolution in the elaboration was being affected.

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-10-29 02:14:48 -07:00
..
cmake/Modules fix(style): fix warnings produced by cpplint.py, disable sizeof(type) warning 2013-10-16 17:04:39 -07:00
frontends/lean feat(library/elaborator): improve simple_ho_match 2013-10-27 11:17:03 -07:00
kernel fix(kernel/normalizer): do not apply substitutions in the normalizer 2013-10-29 02:14:48 -07:00
library fix(kernel/normalizer): do not apply substitutions in the normalizer 2013-10-29 02:14:48 -07:00
shell refactor(kernel): move printer and formatter objects to the kernel 2013-10-22 08:15:36 -07:00
tests test(numerics/numeric_traits): add missing test 2013-10-28 07:50:33 -07:00
util fix(numerics): add missing numeric_traits<float>::zero() 2013-10-28 07:47:23 -07:00
CMakeLists.txt feat(make): add THREAD_SAFE build option 2013-10-25 11:50:35 -07:00
CTestConfig.cmake Fix typo in CTestConfig.cmake 2013-09-24 21:46:51 -07:00
CTestCustom.cmake.in Exclude 'style_check' from MemCheck list 2013-09-13 20:27:35 -07:00
Doxyfile Add EXCLUDE_PATTERNS to src/Doxyfile 2013-09-15 20:31:15 -07:00
memcheck.supp chore(memcheck.supp): generalize TCmalloc_Bug2 pattern 2013-09-27 19:16:02 -07:00