]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitacleanLib.mli
Debugging code commented out.
[helm.git] / helm / matita / matitacleanLib.mli
index 0de7f586736e4a5080484afe173dd27b1d3b84ba..a63a8edb0be187a8a590eef40e6aaa486834f5d9 100644 (file)
  * http://helm.cs.unibo.it/
  *)
 
-val clean_baseuris : string list -> unit
+val clean_baseuris : ?verbose:bool -> string list -> unit
 val baseuri_of_file : string -> string 
 
-val baseuri_of_baseuri_decl : ('a, 'b, 'c) TacticAst.statement -> string option
+val baseuri_of_baseuri_decl : ('a, 'b, 'c) GrafiteAst.statement -> string option
 
   (** check whether no objects are defined below a given baseuri *)
 val is_empty: string -> bool