From e0a8e775a4c1e12debb2a3fa458007340685dc9d Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 26 Jan 2008 15:26:12 -0500 Subject: Elaborating cons and decls --- src/print.sig | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/print.sig') diff --git a/src/print.sig b/src/print.sig index 5bf3fcd8..39daf5d0 100644 --- a/src/print.sig +++ b/src/print.sig @@ -48,7 +48,11 @@ signature PRINT = sig val preface : string * PD.pp_desc -> unit val epreface : string * PD.pp_desc -> unit - val fprefaces : PD.PPS.stream -> (string * PD.pp_desc) list -> unit - val prefaces : (string * PD.pp_desc) list -> unit - val eprefaces : (string * PD.pp_desc) list -> unit + val fprefaces : PD.PPS.stream -> string -> (string * PD.pp_desc) list -> unit + val prefaces : string -> (string * PD.pp_desc) list -> unit + val eprefaces : string -> (string * PD.pp_desc) list -> unit + + val fprefaces' : PD.PPS.stream -> (string * PD.pp_desc) list -> unit + val prefaces' : (string * PD.pp_desc) list -> unit + val eprefaces' : (string * PD.pp_desc) list -> unit end -- cgit v1.2.3