]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaMisc.mli
added delift
[helm.git] / helm / matita / matitaMisc.mli
index ae1fc382b5de8a84747f209866ae0e9979fca5bb..7a9ac0fc6f13aea57b535197b2302a88ce9c3abd 100644 (file)
@@ -34,3 +34,9 @@ val is_proof_script: string -> bool
   (** @return true if file is a (binary) proof object *)
 val is_proof_object: string -> bool
 
+  (** given a phrase, if it doesn't end with BuildTimeConf.phrase_sep, append
+  * it *)
+val append_phrase_sep: string -> string
+
+val strip_trailing_blanks: string -> string
+