diff options
| author | Pierre-Marie Pédrot | 2020-09-23 11:00:50 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-09-23 11:00:50 +0200 |
| commit | bb6e78ef2ca4bf0d686654fa3f66dd780f5be0ac (patch) | |
| tree | ce14f693e58487503870c53d7a186bf7ca66a1f6 /dev | |
| parent | 23b0dbb3a0a71edd9ce2137e88b715c3e36e576f (diff) | |
| parent | fb144f860a0034103ad0470b8982639277baac1b (diff) | |
Merge PR #13028: Fixes #9716 and #13004: don't drop the qualifier of quotations at printing time
Reviewed-by: ppedrot
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/13028-herbelin-master+fix-quotations-printing.sh | 6 | ||||
| -rw-r--r-- | dev/doc/changes.md | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/13028-herbelin-master+fix-quotations-printing.sh b/dev/ci/user-overlays/13028-herbelin-master+fix-quotations-printing.sh new file mode 100644 index 0000000000..3407c2db39 --- /dev/null +++ b/dev/ci/user-overlays/13028-herbelin-master+fix-quotations-printing.sh @@ -0,0 +1,6 @@ +if [ "$CI_PULL_REQUEST" = "13028" ] || [ "$CI_BRANCH" = "master+fix-quotations-printing" ]; then + + equations_CI_REF=master+adapt-coq-pr13028-quotation-qualifier-printing + equations_CI_GITURL=https://github.com/herbelin/Coq-Equations + +fi diff --git a/dev/doc/changes.md b/dev/doc/changes.md index ae4c6328b5..7d2100515d 100644 --- a/dev/doc/changes.md +++ b/dev/doc/changes.md @@ -1,5 +1,9 @@ ## Changes between Coq 8.12 and Coq 8.13 +- Tactic language: TacGeneric now takes an argument to tell if it + comes from a notation. Use `None` if not and `Some foo` to tell to + print such TacGeneric surrounded with `foo:( )`. + ## Changes between Coq 8.11 and Coq 8.12 ### Code formatting |
