lean2/src
Leonardo de Moura 8723f5b613 fix(frontends/lean/inductive_cmd): inductive datatype elaborator was 'fixing' parameter mismatches.
Given a datatype C with parameters As, if the declaration contained
(C Bs), the elaborator would silently replace it with (C As).

This bug would confuse users and make them believe they define something
different.
2014-11-05 23:12:00 -08:00
..
cmake feat(src/cmake/modules/CleanOlean.cmake): add CleanOlean.cmake 2014-09-14 01:40:21 -07:00
emacs feat(frontends/lean): add 'print fields' command 2014-11-05 14:06:54 -08:00
frontends fix(frontends/lean/inductive_cmd): inductive datatype elaborator was 'fixing' parameter mismatches. 2014-11-05 23:12:00 -08:00
init fix(init): initialization problem 2014-10-18 09:01:24 -07:00
kernel fix(library/tactic): type check generalization result, fixes #273 2014-10-29 20:34:01 -07:00
library fix(library/definitional): add missing files 2014-11-03 18:36:25 -08:00
shell feat(shell/lean): add '--server-trace' flag, closes #264 2014-10-27 10:26:29 -07:00
tests feat(kernel/type_checker): add is_stuck method, and improve ensure_pi method, closes #261 2014-10-27 13:16:50 -07:00
util feat(frontends/lean): make set_option affect fingerprints 2014-10-30 14:45:35 -07:00
CMakeLists.txt chore(src/CMakeLists.txt): copy linja and ltag to bin when install 2014-11-04 18:16:04 -05:00
CTestConfig.cmake chore(ctest): fix typo in CTEST_DROP_LOCATION 2013-11-25 03:14:35 -05: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
githash.h.in fix(build): githash generation 2013-12-29 14:41:28 -08:00
memcheck.supp chore(memcheck.supp): another suppression for awk 2013-12-25 13:56:50 -08:00
version.h.in feat(CMakeLists.txt): use bin/package_version if needed 2014-10-07 16:58:44 -07:00