X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitacleanLib.mli;h=0de7f586736e4a5080484afe173dd27b1d3b84ba;hb=f94eb70000832bc252cd4a510a1ede4d8197a4a8;hp=f93d6eb96a980121e8d3245e5f242dbf59dcad4f;hpb=ee3f2aa5b78aa77555e5e81d5a2d92501889649e;p=helm.git diff --git a/helm/matita/matitacleanLib.mli b/helm/matita/matitacleanLib.mli index f93d6eb96..0de7f5867 100644 --- a/helm/matita/matitacleanLib.mli +++ b/helm/matita/matitacleanLib.mli @@ -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 +