aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
Diffstat (limited to 'proofs')
-rw-r--r--proofs/refine.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/proofs/refine.ml b/proofs/refine.ml
index ac410a958f..ce04c35e11 100644
--- a/proofs/refine.ml
+++ b/proofs/refine.ml
@@ -129,7 +129,6 @@ let solve_constraints =
tclENV >>= fun env -> tclEVARMAP >>= fun sigma ->
try let sigma = Evarconv.solve_unif_constraints_with_heuristics env sigma in
Unsafe.tclEVARSADVANCE sigma
- with e ->
- (* XXX this is absorbing anomalies? *)
+ with e when CErrors.noncritical e ->
let info = Exninfo.reify () in
tclZERO ~info e