diff options
| author | Jason Gross | 2018-10-02 14:40:52 -0400 |
|---|---|---|
| committer | Jason Gross | 2018-10-02 14:40:52 -0400 |
| commit | 9e7402632f1aecf5d2dce936d95e296097024ea5 (patch) | |
| tree | 97ce597a8238ab07aa175e0a2965352c5a4eefa3 /theories/Init | |
| parent | a4bde2c1504c3fa3efe74586798d5d6f372b40d9 (diff) | |
Update compat notations to be compat 8.7
All changes done with
```
git grep --name-only 'compat "8.6"' | xargs sed -i s'/compat "8.6"/compat "8.7"/g'
```
As per https://github.com/coq/coq/pull/8374#issuecomment-426202818 and
https://github.com/coq/coq/issues/8383#issuecomment-426200497
Diffstat (limited to 'theories/Init')
| -rw-r--r-- | theories/Init/Specif.v | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/theories/Init/Specif.v b/theories/Init/Specif.v index d6a0fb214f..a5f926f7ab 100644 --- a/theories/Init/Specif.v +++ b/theories/Init/Specif.v @@ -782,16 +782,16 @@ Hint Resolve exist exist2 existT existT2: core. (* Compatibility *) -Notation sigS := sigT (compat "8.6"). -Notation existS := existT (compat "8.6"). -Notation sigS_rect := sigT_rect (compat "8.6"). -Notation sigS_rec := sigT_rec (compat "8.6"). -Notation sigS_ind := sigT_ind (compat "8.6"). -Notation projS1 := projT1 (compat "8.6"). -Notation projS2 := projT2 (compat "8.6"). - -Notation sigS2 := sigT2 (compat "8.6"). -Notation existS2 := existT2 (compat "8.6"). -Notation sigS2_rect := sigT2_rect (compat "8.6"). -Notation sigS2_rec := sigT2_rec (compat "8.6"). -Notation sigS2_ind := sigT2_ind (compat "8.6"). +Notation sigS := sigT (compat "8.7"). +Notation existS := existT (compat "8.7"). +Notation sigS_rect := sigT_rect (compat "8.7"). +Notation sigS_rec := sigT_rec (compat "8.7"). +Notation sigS_ind := sigT_ind (compat "8.7"). +Notation projS1 := projT1 (compat "8.7"). +Notation projS2 := projT2 (compat "8.7"). + +Notation sigS2 := sigT2 (compat "8.7"). +Notation existS2 := existT2 (compat "8.7"). +Notation sigS2_rect := sigT2_rect (compat "8.7"). +Notation sigS2_rec := sigT2_rec (compat "8.7"). +Notation sigS2_ind := sigT2_ind (compat "8.7"). |
