lean4-htt/src
Leonardo de Moura db2e3727a6 feat(library/type_context): add yet another approximation to unifier
@avigad I decided to fallback into first-order unification to address
the (a ∉ []) issue.

@dselsam Have you experienced similar problems in the ICML project?
The new comment at type_context.cpp explains the problem and hack to
workaround it. The issue is yet another instance where using "first-order
unification" produces imprecision, but generates the solution we want.
2016-12-19 20:34:07 -08:00
..
api chore(*): compilation errors, fix style, fix warnings 2016-11-29 11:35:01 -08:00
cmake feat(.travis.yml): add codecov 2016-12-02 17:01:58 -08:00
emacs fix(emacs): make sure lean-server-sync is executed in the correct buffer 2016-12-18 23:48:15 -08:00
frontends fix(frontends/lean/parser): do not clear local universes when switching to tactic mode and/or quoting 2016-12-19 09:21:54 -08:00
init feat(*): C++ code generator 2016-12-05 16:11:41 -08:00
kernel perf(kernel,library/module): enable expr caching when deserializing .olean files 2016-12-16 18:33:46 -08:00
library feat(library/type_context): add yet another approximation to unifier 2016-12-19 20:34:07 -08:00
shared fix(shared/init): shared library initialization 2016-12-05 16:48:29 -08:00
shell fix(util/task_queue): fix undefined behavior with null references 2016-12-15 09:48:57 -08:00
tests fix(tests): initialize util module 2016-12-08 13:11:53 -08:00
util fix(util/task_queue): fix undefined behavior with null references 2016-12-15 09:48:57 -08:00
vim fix(vim/syntax): update to lean 3 syntax 2016-10-30 08:42:05 +08:00
CMakeLists.txt fix(util/dynamic_library): Windows issue 2016-12-05 17:16:48 -08:00
compatibility.h.in
CTestConfig.cmake
CTestCustom.cmake.in
Doxyfile
githash.h.in
memcheck.supp
version.h.in