aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/pretype_errors.ml
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-10-03 13:54:39 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-10-03 13:54:39 +0200
commit33c3c3c0a2dd39d577e0295e70f10e9f9d3574cb (patch)
tree3d21a8940b9685ea33bd0f0f1adbdf09da8c1a66 /pretyping/pretype_errors.ml
parentdf0d30099a9647e681391c15bac12655819772ce (diff)
Fixing #3634 (wrong env in "cannot instantiate because not in its
scope" error message).
Diffstat (limited to 'pretyping/pretype_errors.ml')
-rw-r--r--pretyping/pretype_errors.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/pretype_errors.ml b/pretyping/pretype_errors.ml
index cad0beabf..e16d1206a 100644
--- a/pretyping/pretype_errors.ml
+++ b/pretyping/pretype_errors.ml
@@ -14,7 +14,7 @@ open Type_errors
type unification_error =
| OccurCheck of existential_key * constr
- | NotClean of existential * constr
+ | NotClean of existential * env * constr
| NotSameArgSize
| NotSameHead
| NoCanonicalStructure