diff options
| author | Kazuhiko Sakaguchi | 2020-12-15 22:05:15 +0900 |
|---|---|---|
| committer | Kazuhiko Sakaguchi | 2021-01-16 00:28:21 +0900 |
| commit | 5f748f7ed9940c0db56e7dadd166f5e69bde6da9 (patch) | |
| tree | d7013ad66741ab20ec57e29ad013daf55f4dd902 /mathcomp/character | |
| parent | 68fab9412b287079164aab5f3eda71fcd65df8cc (diff) | |
Drop support for Coq 8.10 and deprecate the `deprecate` notation
- The `deprecate` notation and `iota_add` have been deprecated. All the uses of
the `deprecate` notation have been replaced with the `deprecated` attribute.
- Deprecation aliases in `ssrnat` and `ssrnum` introduced in MathComp 1.11+beta1
have been removed.
- Remove `VDFILE` related hacks from `Makefile.common`.
Diffstat (limited to 'mathcomp/character')
| -rw-r--r-- | mathcomp/character/classfun.v | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mathcomp/character/classfun.v b/mathcomp/character/classfun.v index 17b1490..64863f4 100644 --- a/mathcomp/character/classfun.v +++ b/mathcomp/character/classfun.v @@ -2490,7 +2490,5 @@ Definition conj_cfMod := cfAutMod conjC. Definition conj_cfInd := cfAutInd conjC. Definition cfconjC_eq1 := cfAut_eq1 conjC. -Notation "@ 'cf_triangle_lerif'" := - (deprecate cf_triangle_lerif cf_triangle_leif) - (at level 10, only parsing). -Notation cf_triangle_lerif := (@cf_triangle_lerif _ _) (only parsing). +#[deprecated(since="mathcomp 1.11.0", note="Use cf_triangle_leif instead.")] +Notation cf_triangle_lerif := cf_triangle_leif (only parsing). |
