From 95d4aef96fb7b490b188afe66e8345428e9706ee Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 6 Sep 2003 19:12:08 +0000 Subject: Paramétrisation vis à vis de existential_key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4321 85f007b7-540e-0410-9357-904b9bb8a0f7 --- pretyping/pretype_errors.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pretyping/pretype_errors.ml') diff --git a/pretyping/pretype_errors.ml b/pretyping/pretype_errors.ml index ef96bfb04..8b913faa9 100644 --- a/pretyping/pretype_errors.ml +++ b/pretyping/pretype_errors.ml @@ -23,8 +23,8 @@ type pretype_error = (* Old Case *) | CantFindCaseType of constr (* Unification *) - | OccurCheck of int * constr - | NotClean of int * constr + | OccurCheck of existential_key * constr + | NotClean of existential_key * constr | UnsolvableImplicit of hole_kind (* Pretyping *) | VarNotFound of identifier -- cgit v1.2.3