]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite_parser/grafiteParser.mli
compose tactic restore and added nocomposites keyword
[helm.git] / components / grafite_parser / grafiteParser.mli
index 6d941d5db4286fce0156b700927592bdcfaf58a7..f8754df0c4715f14c098e9072310e7d53be25a86 100644 (file)
@@ -42,3 +42,5 @@ val parse_statement: Ulexing.lexbuf -> statement  (** @raise End_of_file *)
 
 val statement: statement Grammar.Entry.e
 
+(* this callback is called on every include command *)
+val set_callback: (string -> unit) -> unit