Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix test suite after change in extraction. | Maxime Dénès | 2015-12-15 |
| | |||
* | Adapt test-suite/output/Extraction_matchs_2413 to new indentation of extraction | letouzey | 2011-03-16 |
| | | | | git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13910 85f007b7-540e-0410-9357-904b9bb8a0f7 | ||
* | Extraction: avoid type-unsafe optimisation of pattern-matchings (fix #2413) | letouzey | 2010-12-21 |
We now keep some type information in the "info" field of constructors and cases, and compact a match with some default branches (or remove this match completely) only if this transformation is type-preserving. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13732 85f007b7-540e-0410-9357-904b9bb8a0f7 |