]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitacLib.mli
huge amount of work to make out Make crawl roots and
[helm.git] / matita / matitacLib.mli
index 1fd12cbdb140150e66632fa017abdea0148c6a39..03ea56beb14a536f82747be7362ba0c348cf3c97 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
-val compile: string -> bool
-
 (* this callback is called on the expansion of every inline macro *)
 val set_callback: (string -> unit) -> unit 
+
+module Make : sig
+        val make: string -> string list -> bool
+end
+