lean4-htt/src
Leonardo de Moura 6e7929252f feat(frontends/lean, library/init): add 'thunk' gadget
We can now write
   trace "hello" t
instead of
   trace "hello" (fun _, t)
2017-01-31 18:41:59 -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 refactor(frontends/lean): PType ==> Sort 2017-01-30 11:54:00 -08:00
frontends feat(frontends/lean, library/init): add 'thunk' gadget 2017-01-31 18:41:59 -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(frontends/lean, library/init): add 'thunk' gadget 2017-01-31 18:41:59 -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