]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/xoa/lib.mli
auxiliary executables (xoa, matitadep, probe, matex) ported to dune
[helm.git] / matita / components / binaries / xoa / lib.mli
index 756d7478c9c50be5fa6a7920484dae6052f0438c..2cd5fb53f16c752e4f70fefb1262d03f65c858c1 100644 (file)
@@ -9,8 +9,10 @@
      \ /   This software is distributed as is, NO WARRANTY.     
       V_______________________________________________________________ *)
 
-val get_preamble: string -> string
+val get_preamble: unit -> string
 
-val open_out: string -> string -> out_channel
+val exists_out: string -> bool
+
+val open_out: bool -> string -> string -> out_channel
 
 val out_include: out_channel -> string -> unit