X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaMisc.mli;h=eec60932d69a0db08a5083c95543fcfa59c73d38;hb=50a9ed8c6207145fccf59e6a5dbbff935cd2c6d7;hp=170a87c9b1c03ae54fb6e8e7942ef82811025c10;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/matita/matitaMisc.mli b/helm/software/matita/matitaMisc.mli index 170a87c9b..eec60932d 100644 --- a/helm/software/matita/matitaMisc.mli +++ b/helm/software/matita/matitaMisc.mli @@ -73,3 +73,9 @@ val singleton: (unit -> 'a) -> (unit -> 'a) (** given the base name of an image, returns its full path *) 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