diff options
| author | herbelin | 2007-09-21 14:29:20 +0000 |
|---|---|---|
| committer | herbelin | 2007-09-21 14:29:20 +0000 |
| commit | 9f282af121b609c4195389225130f3499fa31de2 (patch) | |
| tree | 549655a4a901cd4df6fdce7d67bb9f151b675fa2 /pretyping | |
| parent | 69f4e481e14477454a15844e18e760c8623ffe3a (diff) | |
Petit complément au commit 10131.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10136 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping')
| -rw-r--r-- | pretyping/tacred.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pretyping/tacred.ml b/pretyping/tacred.ml index d276d2dd79..bb89756b30 100644 --- a/pretyping/tacred.ml +++ b/pretyping/tacred.ml @@ -375,6 +375,7 @@ let reduce_mind_case_use_function func env mia = fun i -> if i = bodynum then Some func else match names.(i) with + | Anonymous -> None | Name id -> (* In case of a call to another component of a block of mutual inductive, try to reuse the global name if |
