aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/doc
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2018-05-27 01:13:18 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2018-05-27 01:13:18 +0200
commitb2f746e41abf53fc481f90804ba4d70edd73fc86 (patch)
tree7ccdee805df821c24ddc75d4550e0214b4255714 /dev/doc
parent71557d5499fcf78d023eefc8d7a2b7a118b81ed5 (diff)
parent8893be32493e70c6ef81a6e206e137c94e85185a (diff)
Merge PR #7573: Remove unused Printer.printer_pr override mechanism.
Diffstat (limited to 'dev/doc')
-rw-r--r--dev/doc/changes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/doc/changes.md b/dev/doc/changes.md
index 774a77c8a..cd28b1b50 100644
--- a/dev/doc/changes.md
+++ b/dev/doc/changes.md
@@ -35,6 +35,12 @@ ML Libraries used by Coq
- Uniformization of some names, e.g. Array.Smart.fold_left_map instead
of Array.smartfoldmap.
+Printer.ml API
+
+- The mechanism in Printer that allowed dynamically overriding pr_subgoals,
+ pr_subgoal and pr_goal was removed to simplify the code. It was
+ earlierly used by PCoq.
+
### Unit testing
The test suite now allows writing unit tests against OCaml code in the Coq