X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitacleanLib.mli;h=91aa51b2a1350094aa840e35fba3baeeb7c544a2;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=7077ed41e66a7a987d88e1ed3174ba663e6bbbc8;hpb=cb408b9ea336cd8efb990f7a1c88b566ccf0bd2e;p=helm.git diff --git a/helm/matita/matitacleanLib.mli b/helm/matita/matitacleanLib.mli index 7077ed41e..91aa51b2a 100644 --- a/helm/matita/matitacleanLib.mli +++ b/helm/matita/matitacleanLib.mli @@ -24,10 +24,7 @@ *) 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 +val baseuri_of_file: string -> string +val obj_file_of_script : string -> string