From c3ca134628ad4d9ef70a13b65c48ff17c737238f Mon Sep 17 00:00:00 2001 From: ppedrot Date: Tue, 18 Dec 2012 18:52:54 +0000 Subject: Modulification of name git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16099 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/type_errors.ml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kernel/type_errors.ml') diff --git a/kernel/type_errors.ml b/kernel/type_errors.ml index 6d4b42026..4c2799df8 100644 --- a/kernel/type_errors.ml +++ b/kernel/type_errors.ml @@ -48,14 +48,14 @@ type type_error = | WrongCaseInfo of inductive * case_info | NumberBranches of unsafe_judgment * int | IllFormedBranch of constr * constructor * constr * constr - | Generalization of (name * types) * unsafe_judgment + | Generalization of (Name.t * types) * unsafe_judgment | ActualType of unsafe_judgment * types | CantApplyBadType of (int * constr * constr) * unsafe_judgment * unsafe_judgment array | CantApplyNonFunctional of unsafe_judgment * unsafe_judgment array - | IllFormedRecBody of guard_error * name array * int * env * unsafe_judgment array + | IllFormedRecBody of guard_error * Name.t array * int * env * unsafe_judgment array | IllTypedRecBody of - int * name array * unsafe_judgment array * types array + int * Name.t array * unsafe_judgment array * types array exception TypeError of env * type_error -- cgit v1.2.3