aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tactics.mllib
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-01-19 17:42:17 +0100
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-01-19 17:42:28 +0100
commit9cc95f5a34b9050fe5a869f0fb96da562b45353d (patch)
tree213be33b3bf8e7b56add18796c4d93862f468a4a /tactics/tactics.mllib
parent9e6b28c04ad98369a012faf3bd4d630cf123a473 (diff)
Making unification of LetIn's expressions more consistent (see #3920).
Unifying two let-in's expresions syntactically is a heuristic (compared to performing the zeta-reduction). This heuristic was requiring unification of types which is too strong for the heuristic to work uniformly since the types might only be related modulo subtyping. The patch is to remove the unification of types, which allows then to have the heuristic work uniformly on the bodies. On the other side, I hope it does not loose (still heuristical) unifications compared to before (presumably, since instantiating the evars in the body will induce constraints for solving potential evars in the types of the let-in bodies, but this would need a proof). Anyway, it is not about correction, it is about a heuristic, which maybe done too early actually.
Diffstat (limited to 'tactics/tactics.mllib')
0 files changed, 0 insertions, 0 deletions