aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/pp.ml
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2016-09-29 16:10:22 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-03-21 15:47:13 +0100
commit77b61ac3de351f462f113f8075c11518b2847935 (patch)
tree642fc33743938b949aff6ffbbd7b3b30d68026ea /lib/pp.ml
parent8f8af9e4ebf1ea1ed15f765196ef5af8a77d3c27 (diff)
[pp] Make pp public to allow serialization.
Diffstat (limited to 'lib/pp.ml')
-rw-r--r--lib/pp.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pp.ml b/lib/pp.ml
index 6d7bdf75e..140ad4e22 100644
--- a/lib/pp.ml
+++ b/lib/pp.ml
@@ -19,14 +19,14 @@ open Pp_control
\end{description}
*)
+type pp_tag = string list
+
type block_type =
| Pp_hbox of int
| Pp_vbox of int
| Pp_hvbox of int
| Pp_hovbox of int
-type pp_tag = string list
-
type std_ppcmds =
| Ppcmd_empty
| Ppcmd_string of string