diff options
| author | Hugo Herbelin | 2018-05-27 01:13:18 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2018-05-27 01:13:18 +0200 |
| commit | b2f746e41abf53fc481f90804ba4d70edd73fc86 (patch) | |
| tree | 7ccdee805df821c24ddc75d4550e0214b4255714 /printing/printer.mli | |
| parent | 71557d5499fcf78d023eefc8d7a2b7a118b81ed5 (diff) | |
| parent | 8893be32493e70c6ef81a6e206e137c94e85185a (diff) | |
Merge PR #7573: Remove unused Printer.printer_pr override mechanism.
Diffstat (limited to 'printing/printer.mli')
| -rw-r--r-- | printing/printer.mli | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/printing/printer.mli b/printing/printer.mli index 4af90e6a62..ac0e129792 100644 --- a/printing/printer.mli +++ b/printing/printer.mli @@ -222,14 +222,3 @@ val pr_assumptionset : env -> evar_map -> types ContextObjectMap.t -> Pp.t val pr_goal_by_id : proof:Proof.t -> Id.t -> Pp.t -type printer_pr = { - pr_subgoals : ?pr_first:bool -> Pp.t option -> evar_map -> seeds:goal list -> shelf:goal list -> stack:int list -> unfocused:goal list -> goals:goal list -> Pp.t; - - pr_subgoal : int -> evar_map -> goal list -> Pp.t; - pr_goal : goal sigma -> Pp.t; -} - -val set_printer_pr : printer_pr -> unit - -val default_printer_pr : printer_pr - |
