aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-12-07 13:45:43 +0100
committerEmilio Jesus Gallego Arias2019-12-07 13:45:43 +0100
commit756d2f4db5eae51c8c01a40550b8c4553bd30f53 (patch)
treec6564c232e5067c2acb48e8c7a4d7ee3ab6ff01a /dev
parent28c4f57e0614523879201d1c59816cde188e5b22 (diff)
parentf87ce66b88b74f090c316c8a3c33828a970b2108 (diff)
Merge PR #11141: Moving the diversity of constr printers to a label style
Ack-by: SkySkimmer Reviewed-by: ejgallego
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/user-overlays/11141-herbelin-master+labelled-pr_lconstr-and-co.sh6
-rw-r--r--dev/doc/changes.md10
2 files changed, 16 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/11141-herbelin-master+labelled-pr_lconstr-and-co.sh b/dev/ci/user-overlays/11141-herbelin-master+labelled-pr_lconstr-and-co.sh
new file mode 100644
index 0000000000..fb66217487
--- /dev/null
+++ b/dev/ci/user-overlays/11141-herbelin-master+labelled-pr_lconstr-and-co.sh
@@ -0,0 +1,6 @@
+if [ "$CI_PULL_REQUEST" = "11141" ] || [ "$CI_BRANCH" = "master+labelled-pr_lconstr-and-co" ]; then
+
+ quickchick_CI_REF=master+adapt-coq-pr11141
+ quickchick_CI_GITURL=https://github.com/herbelin/QuickChick
+
+fi
diff --git a/dev/doc/changes.md b/dev/doc/changes.md
index 7d394c3401..04b20c6889 100644
--- a/dev/doc/changes.md
+++ b/dev/doc/changes.md
@@ -1,5 +1,15 @@
## Changes between Coq 8.11 and Coq 8.12
+### ML API
+
+Printers:
+
+- Functions such as Printer.pr_lconstr_goal_style_env have been
+ removed, use instead functions such as pr_lconstr with label
+ `goal_concl_style:true`. Functions such as
+ Constrextern.extern_constr which were taking a boolean argument for
+ the goal style now take instead a label.
+
## Changes between Coq 8.10 and Coq 8.11
### ML API