From: Stefano Zacchiroli Date: Thu, 1 Jun 2006 15:27:50 +0000 (+0000) Subject: commented the finally function X-Git-Tag: 0.4.95@7852~1364 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;ds=sidebyside;h=27721c563ab000f02ef5cff6e3715bdf75661343;p=helm.git commented the finally function --- diff --git a/components/extlib/hExtlib.mli b/components/extlib/hExtlib.mli index 37a3bc6df..52b74429c 100644 --- a/components/extlib/hExtlib.mli +++ b/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} *)