aboutsummaryrefslogtreecommitdiff
path: root/printing
diff options
context:
space:
mode:
authorEnrico Tassi2019-10-30 10:25:39 +0100
committerEnrico Tassi2019-10-30 10:25:39 +0100
commitc09f318e200c57750fbefbce00e3f0c4d4ee2c97 (patch)
tree6d1198af13ff2658432dcdae63349df9dd63d1d8 /printing
parent99ed41bf8d6d72fc4d5a13d231663bbf48e9ec25 (diff)
parent5ec7eca640a6ee495eb2c0fb8d8a4076256ff96d (diff)
Merge PR #10494: Show diffs in "Show Proof."
Reviewed-by: Zimmi48 Reviewed-by: gares Ack-by: herbelin
Diffstat (limited to 'printing')
-rw-r--r--printing/proof_diffs.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/printing/proof_diffs.mli b/printing/proof_diffs.mli
index f6fca91eea..a806ab7123 100644
--- a/printing/proof_diffs.mli
+++ b/printing/proof_diffs.mli
@@ -16,6 +16,9 @@ val write_diffs_option : string -> unit
(** Returns true if the diffs option is "on" or "removed" *)
val show_diffs : unit -> bool
+(** Returns true if the diffs option is "removed" *)
+val show_removed : unit -> bool
+
(** controls whether color output is enabled *)
val write_color_enabled : bool -> unit