aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/print.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/print.sml')
-rw-r--r--src/print.sml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/print.sml b/src/print.sml
index 7329c44d..d4059edf 100644
--- a/src/print.sml
+++ b/src/print.sml
@@ -32,6 +32,8 @@ structure Print :> PRINT = struct
structure SM = TextIOPP
structure PD = PPDescFn(SM)
+val openOut = SM.openOut
+
type 'a printer = 'a -> PD.pp_desc
fun box ds = PD.hovBox (PD.PPS.Rel 1, ds)