]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitacLib.mli
tagging rc-1
[helm.git] / matita / matitacLib.mli
index 636c51d5754beddf21bf73ec9d7e298254cc2993..5e8a2635b25be2d49d1bfca470b2eff015b6b486 100644 (file)
@@ -35,3 +35,6 @@ val main : mode:[ `COMPILER | `TOPLEVEL ] -> unit
   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