diff options
author | Jim Fehrle <jfehrle@sbcglobal.net> | 2018-05-21 13:59:54 -0700 |
---|---|---|
committer | Jim Fehrle <jfehrle@sbcglobal.net> | 2018-05-24 09:57:03 -0700 |
commit | 8893be32493e70c6ef81a6e206e137c94e85185a (patch) | |
tree | 959a037caf5211f8d17a1e0b3c9d86e670caabc9 /dev/doc | |
parent | 71ee5fcd23c3585801e7c7534171e2af3fd939ce (diff) |
Remove the unused printer_pr mechanism.
Diffstat (limited to 'dev/doc')
-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 |