X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitacLib.mli;h=636c51d5754beddf21bf73ec9d7e298254cc2993;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=a053a3f1a1318dd0ab667877cbaf8df50b9a0e14;hpb=5965234ea82419215b121405fc6dfc53abe4b491;p=helm.git diff --git a/helm/matita/matitacLib.mli b/helm/matita/matitacLib.mli index a053a3f1a..636c51d57 100644 --- a/helm/matita/matitacLib.mli +++ b/helm/matita/matitacLib.mli @@ -28,9 +28,10 @@ val interactive_loop : unit -> unit (** go initializes the status and calls interactive_loop *) val go : unit -> unit val main : mode:[ `COMPILER | `TOPLEVEL ] -> unit -val dump_moo_to_file: string -> string list -> unit (** clean_exit n - performs an exit [n] after a complete clean-up of what was partially compiled + if n = Some n it performs an exit [n] after a complete clean-up of what was + partially compiled + otherwise it performs the clean-up without exiting *) -val clean_exit : int -> unit +val clean_exit : int option -> unit