diff options
author | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2018-05-27 01:13:18 +0200 |
---|---|---|
committer | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2018-05-27 01:13:18 +0200 |
commit | b2f746e41abf53fc481f90804ba4d70edd73fc86 (patch) | |
tree | 7ccdee805df821c24ddc75d4550e0214b4255714 /dev | |
parent | 71557d5499fcf78d023eefc8d7a2b7a118b81ed5 (diff) | |
parent | 8893be32493e70c6ef81a6e206e137c94e85185a (diff) |
Merge PR #7573: Remove unused Printer.printer_pr override mechanism.
Diffstat (limited to 'dev')
-rw-r--r-- | dev/doc/changes.md | 6 |
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 |