aboutsummaryrefslogtreecommitdiff
path: root/test-suite/success/letproj.v
AgeCommit message (Collapse)Author
2018-06-15Better elaboration of pattern-matchings on primitive projectionsMatthieu Sozeau
This ensures that computations are shared as much as possible, mimicking the "positive" records computational behavior if possible.
2018-03-04[compat] Remove NOOP and alias deprecated options.Emilio Jesus Gallego Arias
Following up on #6791, we remove: - `Record Elimination Schemes`, a deprecated alias of `Nonrecursive Elimination Schemes` - `Match Strict` a deprecated NOOP.
2014-09-04Add test-suite file for Case derivation on primitive records.Matthieu Sozeau