]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitacleanLib.mli
version 0.7.1
[helm.git] / helm / matita / matitacleanLib.mli
index f93d6eb96a980121e8d3245e5f242dbf59dcad4f..7077ed41e66a7a987d88e1ed3174ba663e6bbbc8 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
+
+  (** check whether no objects are defined below a given baseuri *)
+val is_empty: string -> bool
+