X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitacLib.mli;h=5e8a2635b25be2d49d1bfca470b2eff015b6b486;hb=246f6c5ab89ddbec94dec411ba00daf987214688;hp=636c51d5754beddf21bf73ec9d7e298254cc2993;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/matita/matitacLib.mli b/helm/software/matita/matitacLib.mli index 636c51d57..5e8a2635b 100644 --- a/helm/software/matita/matitacLib.mli +++ b/helm/software/matita/matitacLib.mli @@ -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