aboutsummaryrefslogtreecommitdiff
path: root/printing/richprinter.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-04-11 11:02:27 +0200
committerPierre-Marie Pédrot2016-04-11 11:02:27 +0200
commit907db7ee1c9824aeedad7ce2d0f4f85225c36aba (patch)
tree801a44dde07b604fcf5fa9d1e28270fe7319d4c6 /printing/richprinter.mli
parentc6a8c4b5fa590f2beecd73817497bd7773a87522 (diff)
parent2da7bf6327e1f35321f121de9560604b758f0472 (diff)
Removing the typed-level tactic_expr type.
Diffstat (limited to 'printing/richprinter.mli')
-rw-r--r--printing/richprinter.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/printing/richprinter.mli b/printing/richprinter.mli
index 261d22c4c3..c9e84e3eb4 100644
--- a/printing/richprinter.mli
+++ b/printing/richprinter.mli
@@ -34,6 +34,3 @@ val richpp_vernac : Vernacexpr.vernac_expr -> rich_pp
(** [richpp_constr constr] produces a rich pretty-printing of [constr]. *)
val richpp_constr : Constrexpr.constr_expr -> rich_pp
-
-(** [richpp_tactic constr] produces a rich pretty-printing of [tactic]. *)
-val richpp_tactic : Environ.env -> Tacexpr.tactic_expr -> rich_pp