]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitacLib.mli
This commit fixes matitatop that was no longer working without arguments.
[helm.git] / helm / matita / matitacLib.mli
index b778b91f3e80457fadac61afdbcca9b8095fd001..8032320ce7103b487da2e048155ef9e631629d31 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
+val interactive_loop : unit -> unit
+
+(** go initializes the status and calls interactive_loop *)
 val go : unit -> unit
 val main : mode:[ `COMPILER | `TOPLEVEL ] -> unit
+
+(** clean_exit n
+  performs an exit [n] after a complete clean-up of what was partially compiled
+*)
+val clean_exit : int -> unit