]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitacLib.mli
Added initial support for inversion principles in Matita NG.
[helm.git] / helm / software / matita / matitacLib.mli
index 034aaedafa2593200431241784b8ad28b52ba88a..7eaf1743e6b7e63bca11dfb51fdfa44f4a835e6a 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
-(* ma from mma generation: ma file -> atexit function *)
-val dump: string -> 'a -> 'a
-
 module Make : sig
-        val make: string -> string list -> bool
+   val make: string -> string list -> bool
 end