aboutsummaryrefslogtreecommitdiff
path: root/toplevel
diff options
context:
space:
mode:
authormsozeau2010-03-15 19:35:45 +0000
committermsozeau2010-03-15 19:35:45 +0000
commit1a7466be726edfc883412ba511e2c84f0e0071fc (patch)
treec8bd5bf43173da675a5e32c1e313e43236466d64 /toplevel
parenta28e2d94c7a0ee0c85d7f018115ffc2c64e62d5f (diff)
Fix splitting evars tactics and stop dropping evar constraints when
building a new goal evar defs. Allow customization of the reduction function applied to subtac obligations. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12867 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/himsg.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/himsg.ml b/toplevel/himsg.ml
index fdd05b870f..32de48cd7b 100644
--- a/toplevel/himsg.ml
+++ b/toplevel/himsg.ml
@@ -532,7 +532,7 @@ let explain_unsatisfiable_constraints env evd constr =
match constr with
| None ->
str"Unable to satisfy the following constraints:" ++ fnl() ++
- pr_constraints true env evm
+ pr_constraints true env undef
| Some (ev, k) ->
explain_unsolvable_implicit env (Evd.find evm ev) k None ++ fnl () ++
if List.length (Evd.to_list undef) > 1 then