lean4-htt/src
Leonardo de Moura ab94e71e37 feat(library/type_context): do not fail on universe constraints of the form ?u =?= max ?u v
We solve them by creating a fresh metavariable ?w

         ?u := max ?w v

Remark: this is a precise solution.
2017-02-02 22:30:30 -08:00
..
api refactor(library/standard_kernel): move standard kernel into kernel 2017-01-31 09:39:31 +01:00
checker chore(*): style 2017-01-31 11:04:21 -08:00
cmake feat(checker): add simple pretty-printing 2017-01-31 10:20:55 +01:00
emacs feat(emacs/lean-flycheck): Next Error: show all errors at current or next position 2017-02-01 18:48:45 -08:00
frontends fix(frontends/lean/elaborator): use expected type when elaborating application for the form (c^.fn a) 2017-02-02 19:56:50 -08:00
init feat(*): C++ code generator 2016-12-05 16:11:41 -08:00
kernel feat(library/export,checker): add basic support for mixfix notation 2017-01-31 10:20:56 +01:00
library feat(library/type_context): do not fail on universe constraints of the form ?u =?= max ?u v 2017-02-02 22:30:30 -08:00
shared fix(shared/init): shared library initialization 2016-12-05 16:48:29 -08:00
shell feat(checker): add leanchecker executable 2017-01-31 09:39:31 +01:00
tests chore(util/sexpr): remove mpz and mpq cases 2017-01-31 09:39:31 +01:00
util chore(checker): remove gmp, mpfr, and dl library dependencies 2017-01-31 09:39:31 +01:00
vim fix(vim/syntax): update to lean 3 syntax 2016-10-30 08:42:05 +08:00
CMakeLists.txt fix(CMakeLists): config 2017-01-31 11:14:12 -08:00
CTestConfig.cmake
CTestCustom.cmake.in
Doxyfile
githash.h.in
memcheck.supp
version.h.in