]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/xoa/lib.mli
update in ground
[helm.git] / matita / components / binaries / xoa / lib.mli
index 0c81d24253c3a2784366d39de43a37070cfcc23b..cc66968d330c8dd0177b5f926e2622aa96737912 100644 (file)
@@ -13,6 +13,6 @@ val get_preamble: string -> string
 
 val exists_out: string -> bool
 
-val open_out: string -> string -> out_channel
+val open_out: bool -> string -> string -> out_channel
 
 val out_include: out_channel -> string -> unit