lean2/src
Leonardo de Moura 408005b730 Fix typo
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-09-04 16:36:57 -07:00
..
cmake/Modules Add support for READLINE. Remark: it is not enabled by default. Rename tcmalloc option to TCMALLOC (using consistent name convention for cmake parameters). 2013-08-21 19:08:44 -07:00
frontends/lean Fix typo 2013-09-04 16:36:57 -07:00
interval Fix interval<T>::mul to suppress clang warnings 2013-08-21 14:35:46 -07:00
kernel Add unicode name for the types: Nat, Int and Real 2013-09-04 09:03:41 -07:00
library Modify type checker. Now, it only accepts builtin values that have been declared in the environment. The idea is to be able to track which classes of builtin values have been used in a given environment. We want to be able to quantify the size of the trusted code base for a particular development. 2013-09-04 08:30:04 -07:00
shell Add another example 2013-09-04 05:40:28 -07:00
tests Modify type checker. Now, it only accepts builtin values that have been declared in the environment. The idea is to be able to track which classes of builtin values have been used in a given environment. We want to be able to quantify the size of the trusted code base for a particular development. 2013-09-04 08:30:04 -07:00
util Factor duplicate code. Add more comments 2013-09-03 23:27:58 -07:00
CMakeLists.txt Use my.cdash.org to store results of unittests, coverage, and valgrind 2013-09-04 00:51:20 -07:00
CTestConfig.cmake Fix test coverage problem by forcing to use gcov-4.8 2013-09-04 08:07:24 -04:00
CTestCustom.cmake.in Fix OSX linker warning issue 2013-09-04 15:35:07 -07:00
Doxyfile Doxygen: exclude src/tests directory 2013-08-21 14:35:46 -07:00