]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitaMisc.mli
- MatitaMisc: we factorized here the function out_preamble used in matitadep
[helm.git] / helm / software / matita / matitaMisc.mli
index b91275618aad386e35e3665524bc3075f2f4bd36..eec60932d69a0db08a5083c95543fcfa59c73d38 100644 (file)
@@ -76,3 +76,6 @@ val image_path: string -> string
 
   (** 2>/dev/null, HLog = (fun _ -> ()) *)
 val shutup: unit -> unit
+
+  (** outputs the preamble of a generated .ma file *)
+val out_preamble: out_channel -> unit