diff options
| author | herbelin | 2005-02-12 11:31:04 +0000 |
|---|---|---|
| committer | herbelin | 2005-02-12 11:31:04 +0000 |
| commit | 3c5903f1c2057c98ff2d1864d1d6727040b5f8fc (patch) | |
| tree | 891cf73650d983e1e1ed823c08bb0890ed4277e6 /pretyping | |
| parent | a1cae7a68093d0e97d1ab16f4e8d6740991a2640 (diff) | |
Uniformisation de destApplication en destApp
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6713 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping')
| -rw-r--r-- | pretyping/tacred.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/tacred.ml b/pretyping/tacred.ml index ce09bf8aa7..ee854e951f 100644 --- a/pretyping/tacred.ml +++ b/pretyping/tacred.ml @@ -608,7 +608,7 @@ let contextually byhead (locs,c) f env sigma t = f env sigma t else if byhead then (* find other occurrences of c in t; TODO: ensure left-to-right *) - let (f,l) = destApplication t in + let (f,l) = destApp t in mkApp (f, array_map_left (traverse envc) l) else t |
