aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
Diffstat (limited to 'proofs')
-rw-r--r--proofs/proofview.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/proofview.ml b/proofs/proofview.ml
index 9f87b26ae4..bc251d33de 100644
--- a/proofs/proofview.ml
+++ b/proofs/proofview.ml
@@ -290,7 +290,7 @@ let tclFOCUS i j t =
Proof.get >>= fun next ->
Proof.set (unfocus context next) >>
Proof.ret result
- with e ->
+ with e when Errors.noncritical e ->
(* spiwack: a priori the only possible exceptions are that of focus,
of course I haven't made them algebraic yet. *)
tclZERO e