From d56dbd226a805d93d539c63e9fa89062572bb295 Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 18 Feb 2005 22:14:57 +0000 Subject: Standardisation of function names about global references (especially, renaming of constr_of_reference into constr_of_global) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6745 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/extraction/extraction.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/extraction') diff --git a/contrib/extraction/extraction.ml b/contrib/extraction/extraction.ml index 32264a0041..0eb35e95b1 100644 --- a/contrib/extraction/extraction.ml +++ b/contrib/extraction/extraction.ml @@ -385,7 +385,7 @@ and extract_ind env kn = (* kn is supposed to be in long form *) List.iter (option_iter (fun kn -> if Cset.mem kn !projs then add_projection n kn)) - (find_structure ip).s_PROJ + (lookup_structure ip).s_PROJ with Not_found -> () end; Record field_glob -- cgit v1.2.3