]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitacleanLib.mli
aded confirmation dialog for baseuri redefinement
[helm.git] / helm / matita / matitacleanLib.mli
index f93d6eb96a980121e8d3245e5f242dbf59dcad4f..0de7f586736e4a5080484afe173dd27b1d3b84ba 100644 (file)
@@ -25,3 +25,9 @@
 
 val clean_baseuris : 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
+