]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitacLib.mli
Setoid-Rewriting under Ex works for an arbitrary depth of Ex. Patches needed:
[helm.git] / helm / software / matita / matitacLib.mli
index 03ea56beb14a536f82747be7362ba0c348cf3c97..7eaf1743e6b7e63bca11dfb51fdfa44f4a835e6a 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
-(* 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
+   val make: string -> string list -> bool
 end