aboutsummaryrefslogtreecommitdiff
path: root/lib/pp.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-10-07 19:19:11 +0200
committerPierre-Marie Pédrot2018-10-07 19:19:11 +0200
commit9a13a86115823a24738489f0b11b692f4ed065ad (patch)
tree4b2dc62bab2cc85f841a84cbfadb7de5a5fbb532 /lib/pp.ml
parentd6d6291b4929bee8122d486aec15a57e5607ff18 (diff)
parent53870b7f6890a593d1da93706f3d020a79d226e5 (diff)
Merge PR #8493: [api] Remove (most) 8.9 deprecated objects.
Diffstat (limited to 'lib/pp.ml')
-rw-r--r--lib/pp.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/pp.ml b/lib/pp.ml
index 7f132686db..d68f5ac5e3 100644
--- a/lib/pp.ml
+++ b/lib/pp.ml
@@ -42,9 +42,6 @@ type doc_view =
internal representation opaque here. *)
type t = doc_view
-type std_ppcmds = t
-[@@ocaml.deprecated "alias of Pp.t"]
-
let repr x = x
let unrepr x = x