X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2FmatitacLib.mli;h=6921ac534762c9f57184d6c3006dde6aa495aaa3;hb=5356519d50425dfca5b42ad5faeb2181d4240c78;hp=5e8a2635b25be2d49d1bfca470b2eff015b6b486;hpb=35a06fa8d6c2664301b59e77dcbff5bcfd4a5091;p=helm.git diff --git a/matita/matitacLib.mli b/matita/matitacLib.mli index 5e8a2635b..6921ac534 100644 --- a/matita/matitacLib.mli +++ b/matita/matitacLib.mli @@ -23,18 +23,7 @@ * 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 - 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 option -> unit +val main: unit -> unit (* this callback is called on the expansion of every inline macro *) val set_callback: (string -> unit) -> unit