X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaMisc.mli;h=c4adbf6e1e8f94fa4c372ad220ae591ec693ec2f;hb=e6b28085c97ae7b9bd3f3262b105f6b84f42b047;hp=5ea5c4394b1f41fb75f2f2eae3ce1acb709dbbf8;hpb=b11d278a26840884692cdfb89e168081134d293f;p=helm.git diff --git a/helm/matita/matitaMisc.mli b/helm/matita/matitaMisc.mli index 5ea5c4394..c4adbf6e1 100644 --- a/helm/matita/matitaMisc.mli +++ b/helm/matita/matitaMisc.mli @@ -23,6 +23,13 @@ * http://helm.cs.unibo.it/ *) +val baseuri_of_file : string -> string + +val baseuri_of_baseuri_decl : ('a, 'b, 'c) GrafiteAst.statement -> string option + + (** check whether no objects are defined below a given baseuri *) +val is_empty: string -> bool + (** removes a file if it exists *) val safe_remove: string -> unit @@ -32,6 +39,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 @@ -45,8 +54,16 @@ val append_phrase_sep: string -> string val strip_trailing_blanks: string -> string val strip_trailing_slash: string -> string + (* split a string at character, char defaults to ' ' *) +val split: ?char:char -> string -> string list + val list_uniq: 'a list -> 'a list (* uniq unix filter on lists *) + (** @return tl tail of a list starting at a given element + * @param eq equality to be used, defaults to physical equality (==) + * @raise Not_found *) +val list_tl_at: ?equality:('a -> 'a -> bool) -> 'a -> 'a list -> 'a list + (** @raise Failure *) val unopt: 'a option -> 'a @@ -92,10 +109,12 @@ val qualify: MatitaTypes.status -> string -> string val get_proof_status: MatitaTypes.status -> ProofEngineTypes.status val get_proof_metasenv: MatitaTypes.status -> Cic.metasenv val get_proof_context: MatitaTypes.status -> Cic.context +val get_proof_conclusion: MatitaTypes.status -> Cic.term val get_proof_aliases: MatitaTypes.status -> DisambiguateTypes.environment (** given the base name of an image, returns its full path *) val image_path: string -> string +val obj_file_of_baseuri: string -> string val obj_file_of_script: string -> string (** invoke a given function and return its value; in addition il will print