From: Stefano Zacchiroli Date: Thu, 1 Jun 2006 15:27:50 +0000 (+0000) Subject: commented the finally function X-Git-Tag: make_still_working~7260 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=5c02b80a7bd44f494ab8ed866d87a927e7ffcf9a;p=helm.git commented the finally function --- diff --git a/helm/software/components/extlib/hExtlib.mli b/helm/software/components/extlib/hExtlib.mli index 37a3bc6df..52b74429c 100644 --- a/helm/software/components/extlib/hExtlib.mli +++ b/helm/software/components/extlib/hExtlib.mli @@ -53,6 +53,10 @@ val output_file: filename:string -> text:string -> unit (** other way round *) (** {2 Exception handling} *) + (** @param finalizer finalization function (execution both in case of success + * and in case of raised exception + * @param f function to be invoked + * @param arg argument to be passed to function *) val finally: (unit -> unit) -> ('a -> 'b) -> 'a -> 'b (** {2 Char processing} *)