From 67f5c70a480c95cfb819fc68439781b5e5e95794 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Fri, 14 Dec 2012 15:56:25 +0000 Subject: Modulification of identifier git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16071 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/typeops.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/typeops.mli') diff --git a/kernel/typeops.mli b/kernel/typeops.mli index 3a4179fd4..7b3aff20d 100644 --- a/kernel/typeops.mli +++ b/kernel/typeops.mli @@ -20,7 +20,7 @@ val infer_v : env -> constr array -> unsafe_judgment array * constraints val infer_type : env -> types -> unsafe_type_judgment * constraints val infer_local_decls : - env -> (identifier * local_entry) list + env -> (Id.t * local_entry) list -> env * rel_context * constraints (** {6 Basic operations of the typing machine. } *) -- cgit v1.2.3