X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitacLib.mli;h=7eaf1743e6b7e63bca11dfb51fdfa44f4a835e6a;hb=2589e631ad9c04a89cb7730d6bca913aed016f98;hp=5e8a2635b25be2d49d1bfca470b2eff015b6b486;hpb=4db221ee87ba30f63db0ea32c98858041e8e6213;p=helm.git diff --git a/helm/software/matita/matitacLib.mli b/helm/software/matita/matitacLib.mli index 5e8a2635b..7eaf1743e 100644 --- a/helm/software/matita/matitacLib.mli +++ b/helm/software/matita/matitacLib.mli @@ -23,18 +23,7 @@ * http://helm.cs.unibo.it/ *) -val interactive_loop : unit -> unit +module Make : sig + val make: string -> string list -> bool +end -(** 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 - -(* this callback is called on the expansion of every inline macro *) -val set_callback: (string -> unit) -> unit