diff options
| author | herbelin | 2006-12-13 13:46:02 +0000 |
|---|---|---|
| committer | herbelin | 2006-12-13 13:46:02 +0000 |
| commit | 9413d09feb48aee891a0c759d2217068a391f30e (patch) | |
| tree | 456b63861048aa7613cf3a3ca1d692080a3aca8d /test-suite | |
| parent | df09107e5d8732d32af0f43f0f85474bd73ac21e (diff) | |
Alignement de la politique de renommage de rename_bound_var (utilisé pour
résoudre la clause with de apply/elim) sur la politique de renommage de
concrete_name
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9450 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/success/apply.v | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test-suite/success/apply.v b/test-suite/success/apply.v index 454a118d61..3c9fbeb364 100644 --- a/test-suite/success/apply.v +++ b/test-suite/success/apply.v @@ -20,3 +20,11 @@ intros. apply n_Sn in H. assumption. Qed. + +(* Check naming in with bindings; printing used to be inconsistent before *) +(* revision 9450 *) + +Notation S':=S (only parsing). +Goal (forall S, S = S' S) -> (forall S, S = S' S). +intros. +apply H with (S0 := S). |
