aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--pretyping/clenv.ml2
-rw-r--r--test-suite/csdp.cachebin45094 -> 44878 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/clenv.ml b/pretyping/clenv.ml
index a3106b398..5e4e7558c 100644
--- a/pretyping/clenv.ml
+++ b/pretyping/clenv.ml
@@ -406,7 +406,7 @@ let clenv_unify_binding_type clenv c t u =
let evd,c = w_coerce_to_type (cl_env clenv) clenv.evd c t u in
TypeProcessed, { clenv with evd = evd }, c
with
- | Exc_located (_,Type_errors.TypeError (_,TypeError.ActualType _))
+ | Stdpp.Exc_located (_,Type_errors.TypeError (_,Type_errors.ActualType _))
| PretypeError (_,NotClean _) as e -> raise e
| e when precatchable_exception e ->
(* TypeNotProcessed, clenv, c*)
diff --git a/test-suite/csdp.cache b/test-suite/csdp.cache
index 17133cc8d..645de69cd 100644
--- a/test-suite/csdp.cache
+++ b/test-suite/csdp.cache
Binary files differ