aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/constr_matching.ml
Commit message (Collapse)AuthorAge
* Better fixing #4198 such that the term to match is looked for beforeGravatar Hugo Herbelin2015-05-13
| | | | | | | the predicate, thus respecting the visual left-to-right top-down order (see a45bd5981092). This fixes CFGV.
* Code factorization in Constr_matching.Gravatar Pierre-Marie Pédrot2015-05-10
|
* Fixing #4198 (looking for subterms also in the return clause of match).Gravatar Hugo Herbelin2015-04-21
| | | | | This is actually not so perfect because of the lambdas in the return clause which we would not like to look in.
* Ensuring more invariants in Constr_matching.Gravatar Pierre-Marie Pédrot2015-03-29
|
* Fixing bug #4165.Gravatar Pierre-Marie Pédrot2015-03-29
| | | | | The context matching function was dropping the surrounding context in let-ins.
* Fixing bug #3900.Gravatar Pierre-Marie Pédrot2015-02-11
|
* Update headers.Gravatar Maxime Dénès2015-01-12
|
* Avoiding introducing yet another convention in naming files.Gravatar Hugo Herbelin2015-01-08