aboutsummaryrefslogtreecommitdiff
path: root/test-suite/success/Case21.v
AgeCommit message (Collapse)Author
2014-10-13Added support for several impossible cases in compilation of "match".Hugo Herbelin
2014-10-05A few improvements on pattern-matching compilation.Hugo Herbelin
- Optimize the removal of generalization when there is no dependency in the generalized variable (see postprocess_dependencies, and the removal of dependencies in the default type of impossible cases). - Compute the onlydflt flag correctly (what allows automatic treatment of impossible cases even when there is no clause at all).