From 7d8b5d561ac3003ded12a66b884e0cdb9659087f Mon Sep 17 00:00:00 2001 From: letouzey Date: Mon, 9 Dec 2002 02:47:02 +0000 Subject: petit bug git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3389 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/extraction/extraction.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/extraction/extraction.ml b/contrib/extraction/extraction.ml index 6e1cdcfccb..415921524e 100644 --- a/contrib/extraction/extraction.ml +++ b/contrib/extraction/extraction.ml @@ -313,7 +313,7 @@ and extract_inductive kn = try (find_structure (kn,0)).s_PROJ with Not_found -> raise (I Standard); in - let s = List.map (type_neq mlt_env Tdummy) l in + let s = List.map (type_neq mlt_env Tdummy) typ in let check (_,o) = match o with | None -> raise (I Standard) | Some kn -> ConstRef kn -- cgit v1.2.3