diff options
| author | herbelin | 2006-07-07 16:30:34 +0000 |
|---|---|---|
| committer | herbelin | 2006-07-07 16:30:34 +0000 |
| commit | 426cf657448e91ddce1485cb827ebf3879e3db3b (patch) | |
| tree | a011502bddd7b4d6b6f860c3d04e7bc5b6ad1086 /contrib/extraction | |
| parent | 027b617df7880d211f4060d015abb00ab8616e8a (diff) | |
Correction bug 1172 + correction en passant de la taille des paramètres de famille
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9032 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction')
| -rw-r--r-- | contrib/extraction/extraction.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/extraction/extraction.ml b/contrib/extraction/extraction.ml index dae19f7969..857d3400a4 100644 --- a/contrib/extraction/extraction.ml +++ b/contrib/extraction/extraction.ml @@ -406,7 +406,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)) - (lookup_structure ip).s_PROJ + (lookup_projections ip) with Not_found -> () end; Record field_glob |
