X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitacleanLib.mli;h=91aa51b2a1350094aa840e35fba3baeeb7c544a2;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=0de7f586736e4a5080484afe173dd27b1d3b84ba;hpb=6fa3a1e91d8a1e647775ca101255633ba265a9f2;p=helm.git diff --git a/helm/matita/matitacleanLib.mli b/helm/matita/matitacleanLib.mli index 0de7f5867..91aa51b2a 100644 --- a/helm/matita/matitacleanLib.mli +++ b/helm/matita/matitacleanLib.mli @@ -23,11 +23,8 @@ * http://helm.cs.unibo.it/ *) -val clean_baseuris : string list -> unit -val baseuri_of_file : string -> string +val clean_baseuris : ?verbose:bool -> string list -> unit -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