From e3c247c1d96f39d2c07d120b69598a904b7d9f19 Mon Sep 17 00:00:00 2001 From: Matej Košík Date: Sun, 11 Jun 2017 15:14:15 +0200 Subject: deprecate Pp.std_ppcmds type alias --- lib/pp.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/pp.ml') diff --git a/lib/pp.ml b/lib/pp.ml index eccaa09288..88ddcb35b5 100644 --- a/lib/pp.ml +++ b/lib/pp.ml @@ -39,7 +39,9 @@ type doc_view = (* Following discussion on #390, we play on the safe side and make the 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 -- cgit v1.2.3