X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaMisc.mli;h=eb6e451c7dae33403f848d7689a556bcba5b8045;hb=dc861d214cb992a898f81752614201b8074eef12;hp=5ea5c4394b1f41fb75f2f2eae3ce1acb709dbbf8;hpb=b11d278a26840884692cdfb89e168081134d293f;p=helm.git diff --git a/helm/matita/matitaMisc.mli b/helm/matita/matitaMisc.mli index 5ea5c4394..eb6e451c7 100644 --- a/helm/matita/matitaMisc.mli +++ b/helm/matita/matitaMisc.mli @@ -32,6 +32,8 @@ val is_regular: string -> bool (** @return true if file is a regular file *) val input_file: string -> string (** read all the contents of file to string *) val output_file: string -> string -> unit (** write string to file *) +val absolute_path: string -> string + (** @return true if file is a (textual) proof script *) val is_proof_script: string -> bool